Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The PowerSync [JavaScript/Web SDK](../javascript-web) is compatible with popular

PowerSync also integrates with [TanStack Query for React](#powersync-tanstack-query) (details below). This integration provides a wide range of developer tools and paves the way for future live query support in other frameworks.

<Info>
Notable community library:
- Using SolidJS? Check out [powersync-solid](https://github.com/aboviq/powersync-solid) for SolidJS hooks for PowerSync queries.
</Info>

### Which package should I choose for queries?

For React or Native Native apps:
Expand Down
2 changes: 2 additions & 0 deletions resources/demo-apps-example-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ For example implementations and details of common use cases, see [Use Case Examp

### JavaScript & TypeScript

* SolidJS hooks for PowerSync queries
* [https://github.com/aboviq/powersync-solid](https://github.com/aboviq/powersync-solid)
* Effect + Kysely + Stytch
* [https://github.com/guillempuche/localfirst\_react\_server](https://github.com/guillempuche/localfirst_react_server)
* Tauri + Shadcn UI
Expand Down
Loading