react-store-context-hooks
Version:
Provides various data store hooks that allow functional components to share the application state within the same React Context or different React Context using persistent storage.
35 lines (21 loc) • 600 B
Markdown
### 4.0.0 (2021.11.06)
* Add useLocalStores and useSessionStores
* Adjust documentation.
### 3.0.0 (2021.11.03)
* Add useLocalStore and useSessionStore
* Adjust documentation.
### 2.0.0 (2021.10.31)
* Add persistent storage support.
* Adjust documentation.
* Delete value adjustment.
### 1.1.2 (2021.10.25)
* Add license file.
### 1.1.1 (2021.10.25)
* Github actions to generate coverage file.
* Minor Runkit example adjustments.
### 1.1.0 (2021.10.25)
* Add README.md.
* Update dependencies.
* Add upload to Codecov from Github actions.
### 1.0.0 (2021.10.25)
* Initial product launch.