diff --git a/client-sdk-references/javascript-web/javascript-spa-frameworks.mdx b/client-sdk-references/javascript-web/javascript-spa-frameworks.mdx index 9b8bef47..69fe8982 100644 --- a/client-sdk-references/javascript-web/javascript-spa-frameworks.mdx +++ b/client-sdk-references/javascript-web/javascript-spa-frameworks.mdx @@ -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. + +Notable community library: +- Using SolidJS? Check out [powersync-solid](https://github.com/aboviq/powersync-solid) for SolidJS hooks for PowerSync queries. + + ### Which package should I choose for queries? For React or Native Native apps: diff --git a/resources/demo-apps-example-projects.mdx b/resources/demo-apps-example-projects.mdx index d395c424..2d959a48 100644 --- a/resources/demo-apps-example-projects.mdx +++ b/resources/demo-apps-example-projects.mdx @@ -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