Skip to content

To-do list examples for different state management libraries

Notifications You must be signed in to change notification settings

emgoto/react-state-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-state-comparison 🕵️‍♀️

This repository contains to-do list examples for different state management libraries.

Currently:

  • react React with useReducer and Context
  • react-tracked Using the React Tracked library
  • redux Using Redux with hooks
  • redux-advanced Using Redux with connect(), combineReducers() and no hooks
  • redux-toolkit Using Redux Toolkit with hooks
  • react-sweet-state Using react-sweet-state

Coming soon:

  • Mobx
  • Recoil
  • XState

Available Scripts

In the project directory, you can run:

yarn start

About

To-do list examples for different state management libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published