@stencil/store
Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.
common-config
Config store for values that are commonly needed by project scaffolders, like Generate or Yeoman.
global-box
A simple key-value store that is truly a singleton. Use this to as an alternative to sticking values into global.
@scripty/react-store
This lightweight global react hook store is inspired by the extjs store architecture.
Share your stores through your application with only a few lines of code!