@axtk/immutable-store
v1.0.0
Published
An immutable storage for shared state
Downloads
4
Readme
@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