Skip to content

ntnbrtnkv/react-state-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State management TodoMVC

This repo contains examples of state management approaches for React applications.

Currently presented examples with:

  • Redux
  • MobX
  • Context

Get started

To run any of these examples follow this steps:

  1. Clone this repo (once)

    git clone git@github.com:ntnbrtnkv/react-state-management.git
  2. Move to interested approach directory, for example MobX:

    cd ./react-state-management/mobx
  3. Install dependencies (yarn is preferred, but you can use npm)

    yarn

    or

    npm i
  4. Run project

    yarn start

    or

    npm run start

About

React state management approaches by TodoMVC examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published