Redux is a javascript library made to help you manage the state of your application . It does that by providing the developer with a centralized place called the store, where the state is saved and modified through actions and reducers.2 Ara 2021
Read moreIs React Redux overkill?
Redux and MobX are overkill . What most people want is an easy way to pass down state to nested components, but the context API is a bit verbose and otherwise you end up with the props-drilling problem, passing and passing and passing.
Read moreRedux nedir ne işe yarar?
Redux , literatürde Application State Management yani Uygulama Durum Yönetici olarak geçmektedir. React uygulamaları geliştirirken, state bileşenleri üzerinden geliştirme yapılmaktadır. Redux denilen yapı ise bu state bileşenlerini yönetmemizi sağlayan kütüphanedir.
Read more