1.0.0 • Published 3 years ago

@axtk/immutable-store v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm GitHub browser node TypeScript

@axtk/immutable-store

An immutable storage for shared state

This package introduces the ImmutableStore class which is an extension to the Store class from the store package. ImmutableStore maintains an immutable internal state, while its API is identical to the API of the Store class.

Like the Store class, instances of the ImmutableStore class can be used as a storage for shared state in React applications.

Also

  • react-store provides a React hook for shared state management in React apps