Store
Key-value store.
When to use
Create a cache
Share values between hooks
Share values between hooks and UI context
The values aren't persisted when your plugin is reloaded.
How to use
Example
my-plugin.ts
Store has a lot more functions that you can discover in the type definition file.
Last updated