DEV Community

Discussion on: React, why we need state management and how we can do it well

Collapse
 
crimsonmed profile image
Médéric Burlet

Iv'e been using overmindJS for a while now and really love it~
It evens comes with a graphql version.

GitHub logo cerebral / overmind

Overmind - Frictionless state management

Overmind

Visit website for more information: overmindjs.org.

Release procedure

$ git checkout next
$ git pull
$ npm install # make sure any new dependencies are installed
$ npm install --no-save nodegit  # needed for "repo-cooker --release"
$ npm run release -- --dry-run --print-release  # and check release notes
$ git checkout master
$ git pull
$ git merge --ff-only next
$ git push
Enter fullscreen mode Exit fullscreen mode

VSCode extension is released via .travis.yml due to limitations of the publishing tool that is unable to use root node_modules folder




Collapse
 
chenchengxing profile image
Jack Chen

It looks like redux~

Collapse
 
crimsonmed profile image
Médéric Burlet

Simpler to setup and use imo