0.0.2 • Published 4 years ago

@stackomate/reactive-data-store v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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.

0.0.2

4 years ago

0.0.1

4 years ago