Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avkonst/hookstate
The simple but very powerful and incredibly fast state management for React that is based on hooks
https://github.com/avkonst/hookstate
hookstate mobx-react-alternative plugin-architecture react react-global-state react-hooks react-state react-state-management react-store redux-alternative typescript use-state
Last synced: 2 days ago
JSON representation
The simple but very powerful and incredibly fast state management for React that is based on hooks
- Host: GitHub
- URL: https://github.com/avkonst/hookstate
- Owner: avkonst
- License: mit
- Created: 2019-05-30T23:52:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T03:30:38.000Z (2 months ago)
- Last Synced: 2024-11-23T12:05:19.314Z (19 days ago)
- Topics: hookstate, mobx-react-alternative, plugin-architecture, react, react-global-state, react-hooks, react-state, react-state-management, react-store, redux-alternative, typescript, use-state
- Language: TypeScript
- Homepage: https://hookstate.js.org
- Size: 8.81 MB
- Stars: 1,659
- Watchers: 15
- Forks: 109
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-cn - hookstate - The simple but very powerful and incredibly fast state management for React that is based on hooks (Uncategorized / Uncategorized)
- fucking-awesome-react-hooks - `@hookstate/core`
- awesome-react - hookstate - Modern, very fast and extendable state management for React that is based on hooks (Uncategorized / Uncategorized)
- awesome-react - hookstate - The simple but very powerful and incredibly fast state management for React that is based on hooks. ![](https://img.shields.io/github/stars/avkonst/hookstate.svg?style=social&label=Star) (Utilities / State Management)
- awesome-state - Hookstate
- awesome-learning-resources - hookstate - The simple but very powerful and incredibly fast state management for React that is based on hooks (Uncategorized / Uncategorized)
- awesome-react-hooks-cn - `@hookstate/core`
- best-of-react - GitHub - 7% open ยท โฑ๏ธ 20.11.2023): (State Management)
- awesome-react-hooks - `@hookstate/core`
- awesome-react-hooks - `@hookstate/core`
- awesome-react-state-management - hookstate - The flexible, fast and extendable state management for React that is based on hooks (List)
- awesome-react - hookstate - The simple but very powerful and incredibly fast state management for React that is based on hooks ` ๐ 18 days ago` (React [๐](#readme))
- awesome-star-libs - avkonst / hookstate
README
Hookstate
The most straightforward, extensible and incredibly fast state management that is based on React state hook.
Why? โข
Docs / Samples โข
Demo application โข
Extensions โข
Release notes## Preface
Hookstate is a modern alternative to Redux, Mobx, Recoil, etc. It is simple to learn, easy to use, extensible, very flexible and capable to address all state management needs of large scalable applications. It has got impressive performance and predictable behavior.
**Any questions? Just ask by raising a GitHub ticket.**
## Why Hookstate
[hookstate.js.org](https://hookstate.js.org)
## Migrating to version 4
[hookstate.js.org/docs/migrating-to-v4](https://hookstate.js.org/docs/migrating-to-v4)
## Documentation / Code samples / Demo applications
[hookstate.js.org/docs/getting-started](https://hookstate.js.org/docs/getting-started)
## Demo application
- Running: [https://hookstate.js.org/docs/getting-started](https://hookstate.js.org/docs/getting-started)
- Source code: [https://github.com/avkonst/hookstate/tree/master/docs/demos/todolist](https://github.com/avkonst/hookstate/tree/master/docs/demos/todolist)## Development tools
[hookstate.js.org/docs/devtools](https://hookstate.js.org/docs/devtools)
## Plugins / Extensions
[hookstate.js.org/docs/extensions-overview](https://hookstate.js.org/docs/extensions-overview)
## API reference
[hookstate.js.org/docs/typedoc-hookstate-core](https://hookstate.js.org/docs/typedoc-hookstate-core)
## Hookstate developers workflow
This is the mono repository, which combine the Hookstate core package, extensions, docs and demo applications. `pnpm` is used as node_modules manager and `nx` as a scripts launcher. Each package defines its own rules how to build, test, etc.
From the repository root directory:
- `npm install -f pnpm` - install pnpm tool
- `pnpm install` - install node_modules for all packages- `pnpm nx <package>` - run script for a package as well as build dependencies if required, for example:
- `pnpm nx build core` - run `build` script for `core` package
- `pnpm nx start todolist` - run `start` script for `todolist` package as well as build for all dependencies