TanStack/store Tags: latest: 0.11.0 References: Docs API Changes This section documents version-specific API changes — prioritize recent major/minor releases. - BREAKING: - — v0.9.0 replaced the class constructor with a factory function for all store instantiations source - BREAKING: - — v0.9.0 unified derived and simple state creation into the single API source - BREAKING: - — v0.9.0 removed the class; side effects are now handled directly via store subscriptions source - NEW: — now the standard way to initialize a store instance with a given initial state source - NEW: — creates a derived s…