dreamstate

Store management library based on react context and observers.

Usage no npm install needed!

<script type="module">
  import dreamstate from 'https://cdn.skypack.dev/dreamstate';
</script>

README

🎸 dreamstate

npm version language-ts
start with wiki license


Simpler data management for react.

Separation of application view and data without spaghetti-coded providers and boilerplate code.
Library helps to create small stores with react-like lifecycle and scoped signaling.

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

Install

  • npm install --save dreamstate

Requirements

  • react >= 16.8.0

Documentation

Proposals and contribution:

Feel free to open PRs or issues.

Licence

MIT