+ 1
React + redux vs React native vs React
Prior to posting this, I only heard of React and React native. But I saw React + redux somewhere today. So, I want to know what is React + Redux? Read about React native and React; i know one is framework and the other is library. So what is React +Redux? Thanks.
2 Réponses
+ 2
CMD
react is Front-End Javascript framework/ library &
Redux is also a Javascript library which is for global state management, it behaves like context Api but it stores all states in single place called store then you could provide your app with this store file to make it available to either application. you can also use redux with angular for state management.
Reducer, rootReducer, selectors, store, actions, actions dispatch are its concept, as we see there is alots of file which make it really hard to work, for that there are a solution[" redux Toolkit "] which is recommended by the creator of redux instead of using redux.
+ 1
Redux is just a fancy name for an immutable object. The speciality of this object is that it shouts out whenever it's values changes.
React Native is for mobile app development.