I'm new in cs What is react redux? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm new in cs What is react redux?

I don't know what I'm learning can anyone help me

7th Sep 2020, 11:18 AM
Abdul Moiz
Abdul Moiz - avatar
4 Answers
+ 1
React is framework of Javascript https://code.sololearn.com/WnwH01z8sRJ2/?ref=app Please use search bar before ask question!
7th Sep 2020, 11:21 AM
Vadivelan
+ 1
You should learn JavaScript before learning React.
7th Sep 2020, 3:33 PM
Gordon
Gordon - avatar
0
React is a framework for javascript, also known as a frontwnd framework. Redux is a state managment library used to keep application state up to date, which is often used in conjunction with react. You should learn javascript before moving on to react (or other frameworks).
7th Sep 2020, 5:42 PM
John Doe
0
React (also known as React.js or ReactJS) is an open-source JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications. However, React is only concerned with rendering data to the DOM, and so creating React applications usually requires the use of additional libraries for state management and routing. Redux and React Router are respective examples of such libraries.
9th Sep 2020, 3:31 PM
Raghad AlJabr
Raghad AlJabr - avatar