@stackomate/reactive-data-store
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Reactive Data Store

A Typescript Library for Action-Based Reactive State Management.

Why?

Managing Application State is often difficult. For example, we have the following requirements:

  • Atomic Updates.
  • Reacting to an Action or to a value change.
  • Declaring data derived from State.
  • Deciding when and in which order to Recompute derived data.
  • Making Reactive Data modular and reusable.

ReactiveState solves the problems above.

Readme

Keywords

none

Package Sidebar

Install

npm i @stackomate/reactive-data-store

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

893 kB

Total Files

74

Last publish

Collaborators

  • rafaelcalpena