diff --git a/README.md b/README.md index c560f828..8c451bd5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ An immutable, reactive data store with framework adapters that powers the core o - Fine‑grained updates for performant state management - Flexible primitives for building custom state logic -- Works across frameworks like React, Solid, Vue, Angular & Svelte +- Works across frameworks like React, Solid, Vue, Angular, Svelte & Lit - Lightweight and standalone — use it in any app or as a library foundation ### Read the docs → diff --git a/docs/config.json b/docs/config.json index c8dcf34e..3a34004f 100644 --- a/docs/config.json +++ b/docs/config.json @@ -27,7 +27,7 @@ "label": "react", "children": [ { - "label": "Quick Start", + "label": "Quick Start - React", "to": "framework/react/quick-start" } ] @@ -36,7 +36,7 @@ "label": "vue", "children": [ { - "label": "Quick Start", + "label": "Quick Start - Vue", "to": "framework/vue/quick-start" } ] @@ -45,7 +45,7 @@ "label": "solid", "children": [ { - "label": "Quick Start", + "label": "Quick Start - Solid", "to": "framework/solid/quick-start" } ] @@ -54,7 +54,7 @@ "label": "angular", "children": [ { - "label": "Quick Start", + "label": "Quick Start - Angular", "to": "framework/angular/quick-start" } ] @@ -63,7 +63,7 @@ "label": "svelte", "children": [ { - "label": "Quick Start", + "label": "Quick Start - Svelte", "to": "framework/svelte/quick-start" } ] @@ -72,7 +72,7 @@ "label": "preact", "children": [ { - "label": "Quick Start", + "label": "Quick Start - Preact", "to": "framework/preact/quick-start" } ] @@ -81,7 +81,7 @@ "label": "lit", "children": [ { - "label": "Quick Start", + "label": "Quick Start - Lit", "to": "framework/lit/quick-start" } ] diff --git a/docs/installation.md b/docs/installation.md index a363edb9..b6fb6a30 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -52,3 +52,11 @@ npm install @tanstack/svelte-store ``` TanStack Store is compatible with Svelte 5. + +## Lit + +```sh +npm install @tanstack/lit-store +``` + +TanStack Store is compatible with Lit 3. diff --git a/docs/overview.md b/docs/overview.md index 9158ee97..c9e4a291 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -3,6 +3,6 @@ title: Overview id: overview --- -TanStack Store is a framework agnostic data store that ships with framework specific adapters for major frameworks like React, Solid, Vue, Angular, and Svelte. +TanStack Store is a framework agnostic data store that ships with framework specific adapters for major frameworks like React, Solid, Vue, Angular, Svelte and Lit. -TanStack Store is primarily used for state management internally for most framework agnostic TanStack libraries. It can also be used as a standalone library for any framework or application. \ No newline at end of file +TanStack Store is primarily used for state management internally for most framework agnostic TanStack libraries. It can also be used as a standalone library for any framework or application. diff --git a/package.json b/package.json index 727e4255..b3e0f4b6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,8 @@ "@tanstack/solid-store": "workspace:*", "@tanstack/store": "workspace:*", "@tanstack/svelte-store": "workspace:*", - "@tanstack/vue-store": "workspace:*" + "@tanstack/vue-store": "workspace:*", + "@tanstack/lit-store": "workspace:*" }, "pnpm": { "packageExtensions": {