axtk / immutable-store

An immutable storage for shared state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An immutable storage for shared state


Languages

Language:TypeScript 100.0%