31 packages
@hookstate/broadcasted
Plugin for @hookstate/core to enable state synchronization across browser tabs.
@hookstate/clonable
Plugin for @hookstate/core to define state cloning capabilities.
@hookstate/comparable
Plugin for @hookstate/core to enable state values comparison.
@hookstate/core
The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.
@hookstate/devtools
Development tools plugin for @hookstate/core.
@hookstate/identifiable
Plugin for @hookstate/core to enable state labeling and identification by name.
@hookstate/initial
Plugin for @hookstate/core to enable access to initial state value and to modified status.
@hookstate/initializable
Plugin for @hookstate/core to enable one off initialization callback.
@hookstate/labelled
Plugin for @hookstate/core, which allows to assign a label / name / alias for a state.
@hookstate/localstored
Plugin for @hookstate/core to enable persistence of managed data states to browser's local storage.
@hookstate/logged
Plugin for @hookstate/core to enable logging into console when state is created/updated/destroyed.
@hookstate/logger
Plugin for @hookstate/core to enable logging.
@hookstate/mutate
Plugin for @hookstate/core to add mutate actions specific for arrays, objects, strings and numbers.
@hookstate/persistence
Plugin for @hookstate/core to enable persistence of managed data states to browser's local storage.
@hookstate/prerender
Plugin for @hookstate/core to enable optimized rerendering of transformed data state.
@hookstate/proxy-polyfill
Plugin for @hookstate/core to enable the library to work in older browsers, for example IE11.
@hookstate/serializable
Plugin for @hookstate/core to enable state serialization and deserialization.
@hookstate/snapshotable
Extension for @hookstate/core to enable state snapshoting and reverting to the snapshoted / previous values.
@hookstate/subscribable
Plugin for @hookstate/core to make it easier to subscribe a custom callback to state changes.
@hookstate/touched
Plugin for @hookstate/core to enable tracking of touched data (form) fields.
@hookstate/untracked
Plugin for @hookstate/core to enable access to untracked State get/set operations.
@hookstate/validation
Plugin for @hookstate/core to enable validation of data state.
@hookstate/vue
The flexible, fast and extendable state management for Vue that is based on hooks and state usage tracking.
react-hookstate
Modern and high-performance state management for react done in type-safe, data usage tracked, plugin extandable way.
react-hookstate-initial
Plugin for react-hookstate to enable access to initial state value and to modified status.