React + redux vs React native vs React | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

7th Apr 2023, 11:18 PM
CMD
CMD - avatar
2 Answers
+ 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.
8th Apr 2023, 12:17 AM
Yasin Rahnaward
Yasin Rahnaward - avatar
+ 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.
9th Apr 2023, 12:36 AM
Morpheus
Morpheus - avatar