wg-hookify
v1.0.2
Published
a jsx hooks library
Downloads
294
Readme
How to use
This package is a set of React hooks to use in your project. Each hook has its own functionality - and they all are a kind of state. Check the table below to see the descriptions.
| Name | Description | Version |
| ---------------------- | ------------------------------------- | ------- |
| useLocalStorageState | State management in Local Storage. | v.1.0.0 |
| useSessionStorageState | State management in Session Storage. | v.1.0.0 |
| useToggleState | A true-false state that switches. | v.1.0.0 |
| more? | Comes in next version. | v.1.x.x |
