📚 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.
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 breaks web elements down into re-usable components making it easy to manage complex web interfaces.
Click below to move to the next section.
📚 What is Redux > ⚒️ Create client State > 📚 What is React | next=> ⚒️ Connect your UI to your State