What is TanStack Store
mainTanStack Store is an immutable, reactive data store designed to power the core of the TanStack ecosystem. It provides fine-grained updates for performant state management and offers flexible primitives for building custom state logic.
Key features include:
- Fine-grained updates: Optimized for high performance by minimizing unnecessary re-renders.
- Framework Agnostic: Works across various frameworks including React, Solid, Vue, Angular, Svelte, Lit, and Octane.
- Lightweight & Standalone: Can be used as a standalone library in any application or as a foundation for building other libraries.