Skip to content

Latest commit

 

History

History

part6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.