https://github.com/mntm-lib/precoil
A reactive event based state management library
https://github.com/mntm-lib/precoil
mutable reactive-programming state state-management
Last synced: 7 months ago
JSON representation
A reactive event based state management library
- Host: GitHub
- URL: https://github.com/mntm-lib/precoil
- Owner: mntm-lib
- License: mit
- Created: 2021-01-15T16:03:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T15:28:51.000Z (over 2 years ago)
- Last Synced: 2025-04-15T05:08:27.400Z (9 months ago)
- Topics: mutable, reactive-programming, state, state-management
- Language: TypeScript
- Homepage: https://npm.im/@mntm/precoil
- Size: 67.4 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @mntm/precoil [](https://github.com/maxi-team/precoil/blob/master/LICENSE) [](https://bundlephobia.com/result?p=@mntm/precoil)
**Docs:** [RU](./docs/RU.md) | EN
A reactive event based state management library.
## Installation
We recommend to use [yarn](https://classic.yarnpkg.com/en/docs/install/) for dependency management:
```shell
yarn add @mntm/precoil
```
## Contributing
Development of @mntm/precoil happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.
## License
@mntm/precoil is [MIT licensed](./LICENSE).