Store
Key-value store.
When to use
Create a cache
Share values or functions between hooks
Share values or functions between hooks and UI context
How to use
$store makes state sharing between runtimes possible.

Example
Last updated