Skip to content

Lomray-Software/react-mobx-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React MobX Manager

Mobx stores manager logo

Clean React components. Encapsulated business logic. No state-tree pain.

It is built for apps that want explicit store ownership, SSR support, persistence, lifecycle cleanup and development tooling without forcing everything into one global state tree.

Why use it

  • One way to escape state tree 🌲🌳🌴.
  • Ready to use with Suspense.
  • Support SSR.
  • Support render to stream.
  • Relative stores for component-owned state
  • Parent stores for subtree reuse
  • Global stores for app-wide state
  • Small package size.
  • Support code splitting out of the box.
  • Access stores from other stores.
  • Can be a replacement for react context.
  • Persistence support
  • Vite plugin support
  • Best-effort HMR
  • And many other nice things 😎

reliability Security Rating Maintainability Rating Vulnerabilities Bugs Lines of Code code coverage size size semantic version

Install

npm i @lomray/react-mobx-manager @lomray/consistent-suspense

Documentation

Full documentation lives in here

License

Made with 💚

Published under MIT License.

Sponsor this project

 

Packages

 
 
 

Contributors