react-hookline
v1.0.5
Published
A global state manager for React applications, minus the ceremony
Maintainers
Readme
react-beacon
A simple, lightweight state management library for React applications. Works over the pub-sub model and batched updates.
Running on local
- Clone the repo and install dependencies
git clone https://github.com/yatish1606/react-beacon.gitcd react-beaconnpm i[!WARNING]
Use the commandnpm i --resolvefor incompatible React versions.
- Add your changes / modifications or debug points and run on local
npm run dev