Skip to content

Commit 9e04a5e

Browse files
authoredFeb 21, 2024
docs: update installation.md to include SolidJS (#47)
* Update installation.md to include SolidJS Added the `npm install` command for SolidJS. * Update installation.md
1 parent 7f5514c commit 9e04a5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎docs/installation.md

+8
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ npm install @tanstack/angular-store
2828
```
2929

3030
TanStack Store is compatible with Angular 16+
31+
32+
## SolidJS
33+
34+
```sh
35+
npm install @tanstack/solid-store
36+
```
37+
38+
TanStack Store is compatible with Solid and SolidStart.

0 commit comments

Comments
 (0)
Please sign in to comment.