@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.

react-atomic-state

Dead simple React global state management based on use-sync-external-store