0
I'm new in cs What is react redux?
I don't know what I'm learning can anyone help me
4 Réponses
+ 1
React is framework of Javascript
https://code.sololearn.com/WnwH01z8sRJ2/?ref=app
Please use search bar before ask question!
+ 1
You should learn JavaScript before learning React.
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).
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.