@axtk/immutable-store

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i @axtk/immutable-store

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.63 kB

Total Files

7

Last publish

Collaborators

  • axtk