Skip to content

A demo react app using components, react context, react reducer, redux and zustand.

Notifications You must be signed in to change notification settings

AllanJunLi/react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App Demo

This project builds a demo react app in different ways.

  1. Everything in single file
  2. Introduce components and pass state via props drilling
  3. Use context to pass state
  4. Use reducer to group state and actions
  5. Use redux to manage state
  6. Use zustand to manage state

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

A demo react app using components, react context, react reducer, redux and zustand.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published