Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 1.03 KB

README_React.md

File metadata and controls

25 lines (12 loc) · 1.03 KB

React

📚 What is Redux > ⚒️ Create client State > 📚 What is React | next=> ⚒️ Connect your UI to your State

If you are already familiar with React and just want to move on to the next exercise go to section => Connect your UI to your State. Otherwise, read on.

What is React ?

React is a fast, component-based, front-end JavaScript library. React typically runs in your browser and renders single-page web application user interfaces

react-flow

React breaks web elements down into re-usable components making it easy to manage complex web interfaces.

Why this is cool ?

How does this work in our application ?

Want to learn more ?

Click below to move to the next section.

📚 What is Redux > ⚒️ Create client State > 📚 What is React | next=> ⚒️ Connect your UI to your State