Skip to content
@nanostores

Nano Stores

A tiny state manager with many atomic tree-shakable stores

A tiny state manager for React, React Native, Preact, Vue, Svelte, Solid, Lit, Angular and vanilla JS. It uses many atomic stores and direct manipulation.

  • Small. Less than 1 KB. Zero dependencies.
  • Fast. With small atomic and derived stores, you do not need to call the selector function for all components on every store change.
  • Tree Shakable. The chunk contains only stores used by components in the chunk.
  • Was designed to move logic from components to stores.
  • It has good TypeScript support.

It has many smart stores with built-in logic inside:

  • Persistent store to save data to localStorage and synchronize changes between browser tabs.
  • Router store to parse URL and implements SPA navigation.
  • I18n library based on stores to make application translatable.
  • Query store that helps you with smart remote data fetching.
  • Logux Client: stores with WebSocket sync and CRDT conflict resolution.

Pinned Loading

  1. nanostores nanostores Public

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

    TypeScript 5.1k 107

Repositories

Showing 10 of 13 repositories
  • lit Public

    Lit integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores

    nanostores/lit’s past year of commit activity
    TypeScript 27 MIT 3 3 0 Updated Aug 15, 2024
  • query Public

    ⚡️ Powerful data fetching library for Nano Stores. TS/JS. Framework agnostic.

    nanostores/query’s past year of commit activity
    TypeScript 203 MIT 9 9 0 Updated Aug 8, 2024
  • logger Public

    Pretty logger of lifecycles and changes for Nano Stores state manager

    nanostores/logger’s past year of commit activity
    TypeScript 64 MIT 1 1 1 Updated Aug 6, 2024
  • nanostores Public

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

    nanostores/nanostores’s past year of commit activity
    TypeScript 5,076 MIT 107 21 2 Updated Aug 5, 2024
  • i18n Public

    A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte

    nanostores/i18n’s past year of commit activity
    TypeScript 222 MIT 12 2 0 Updated Aug 3, 2024
  • router Public

    A tiny (673 bytes) router for Nano Stores state manager

    nanostores/router’s past year of commit activity
    TypeScript 236 MIT 19 4 1 Updated Aug 3, 2024
  • persistent Public

    Smart store for Nano Stores state manager to keep data in localStorage

    nanostores/persistent’s past year of commit activity
    TypeScript 261 MIT 18 3 0 Updated Aug 3, 2024
  • react Public

    React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores

    nanostores/react’s past year of commit activity
    TypeScript 75 MIT 13 3 1 Updated Aug 3, 2024
  • preact Public

    Preact integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores

    nanostores/preact’s past year of commit activity
    TypeScript 12 MIT 6 2 0 Updated Aug 3, 2024
  • vue Public

    Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores

    nanostores/vue’s past year of commit activity
    JavaScript 49 MIT 5 3 0 Updated Sep 27, 2023

Top languages

Loading…

Most used topics

Loading…