Skip to content

Commit

Permalink
docs: update installation.md to include SolidJS (#47)
Browse files Browse the repository at this point in the history
* Update installation.md to include SolidJS

Added the `npm install` command for SolidJS.

* Update installation.md
  • Loading branch information
LadyBluenotes committed Feb 21, 2024
1 parent 7f5514c commit 9e04a5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ npm install @tanstack/angular-store
```

TanStack Store is compatible with Angular 16+

## SolidJS

```sh
npm install @tanstack/solid-store
```

TanStack Store is compatible with Solid and SolidStart.

0 comments on commit 9e04a5e

Please sign in to comment.