anikethsaha/mern

[Feature]: add mobx store and other state-management

Open

#104 opened on Oct 5, 2019

 (1 comment) (0 reactions) (0 assignees)JavaScript (45 forks)auto 404
enhancementfeature_requestgood first issuehacktoberfesthelp wantedup-for-grabs

Repository metrics

Stars
 (99 stars)
PR merge metrics
 (PR metrics pending)

Description

Please PR against v1 branch

Currently we have redux only for state-management Its always better to have options To start with making this more flexible. We can give options to user for state management. So options can be

  • Mobx
  • Context-api
  • Xstate (Personal Favourite)
  • MST
  • Add your own with PRs 😁

Contributor guide