nanostores

A tiny (286 bytes) state manager for React/RN/Preact/Vue/Svelte with many atomic tree-shakable stores

MIT License

Downloads
347.2K
Stars
5.2K
Committers
30

Bot releases are visible (Hide)

nanostores - 0.10.3 Latest Release

Published by github-actions[bot] 7 months ago

  • Fixed incorrect previous value when listening deep store (by @euaaaio).
nanostores - 0.10.2

Published by github-actions[bot] 7 months ago

  • Fixed old value when listening for deep deepMap (by @euaaaio).
nanostores - 0.10.1

Published by github-actions[bot] 7 months ago

  • Fixed passing old value to onNotify callback (by @euaaaio).
nanostores - 0.10.0

Published by github-actions[bot] 8 months ago

  • Removed action().
  • Update computed values before other listeners (by @gismya).
  • Added mapCreator().
  • Added oldValue to subscribe/listen (by @gismya).
  • Added async computed support with task (by @btakita).
  • Added batched computed (by @dkzlv).
  • Added StoreValues and Task types to exports.
  • Removed Node.js 16 support.