Skip to content

Neloreck/dreamstate

Repository files navigation

npm version language-ts
start with book license


Simple data management for react.

Separation of application view and data without spaghetti-coded contexts and boilerplate code.
Library helps to create small stores with component-like lifecycle and scoped lifetime.

  • Strictly typed
  • No boilerplate code
  • Fast
  • Simple
  • Testable
  • Tree shakable

Documentation

Install

  • npm install --save dreamstate

Requirements

  • react >= 16.8.0

Proposals and contribution:

Feel free to open PRs or issues.

Licence

MIT