+ 2
what is redux in react ?
redux in react app
5 Respuestas
+ 3
While Redux has its benefits, it that does not mean you should go about adding Redux in all of your apps. Your application might still work well without Redux.
One major benefit of Redux is to add direction to decouple “what happened” from “how things change”. However, you should only implement Redux if you determine your project needs a state management tool.
+ 2
Redux: A JavaScript framework for managing and maintaining application state usually used in conjunction with other frameworks to build applications.
For more info:
https://react-redux.js.org
+ 2
Redux can run without react
https://code.sololearn.com/W5E46XL5PvM2/?ref=app
+ 1
Redux can run with react
https://code.sololearn.com/WLgIEbizN9Xl/?ref=app
- 1
Saeed911C is it required to learn React app development ?😊