Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 364 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 364 Bytes

Solutions for part 6 exercises

So far, we have placed the application's state and state logic directly inside React-components. When applications grow larger, state management should be moved outside React-components. In this part, we will introduce the Redux-library, which is currently the most popular solution for managing the state of React-applications.