Skip to content

This repo is for the Linkedin Learning course: React State Management

License

Notifications You must be signed in to change notification settings

Deshan-N-Gimhara/react-state-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React: State Management

This is the repository for the LinkedIn Learning course React: State Management. The full course is available from LinkedIn Learning.

React: State Management

Choosing the right state management solution can be tricky. Developers need to evaluate a variety of options—each with their own trade-offs—and select the right approach for their needs. In this course, instructor Sandy Ludosky teaches you to manage the state of an application smartly as it grows and becomes more complex. Sandy covers topics like React hook patterns, the Context API, the React Redux library, and new and alternative solutions like Recoil and Zustand. Whether you’re a beginner or an experienced React developer, check out this course to learn about important considerations and explore the guiding principles behind state management for React applications.

Installing

  1. To use these exercise files, you must have the following installed:

  2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.

  3. Install dependencies

npm install or npm i

  1. Run the development server

npm start

Instructor

Sandy Ludosky

Check out my other courses on LinkedIn Learning.

About

This repo is for the Linkedin Learning course: React State Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • HTML 14.6%
  • CSS 14.3%