SolidGraph lets you build applications with SolidJs and WunderGraph.
WunderGraph is the best Developer Experience to build Serverless APIs :
- Server-Side-Only Compile-Time GraphQL API Layer
- Auto-Generated TypeSafe Clients
- OpenID Connect-based Authentication with RBAC
- S3 integration for File Uploads
The SolidGraph library is composed of two files: hooks.ts and provider.tsx
The SoliGraph library is under MIT license.
This example demonstrates how SolidGraph lets you easily build a SolidJs application with Realtime subscription.
The code that might interest you the most can be found in index.tsx
Features:
- Authentication
- Authorization
- Realtime Updates
- Cross Tab Login/Logout
- typesafe generated Typescript Client
Make sure you have docker compose installed. Alternatively, you can use any PostgreSQL database available on localhost.
Install the dependencies and run the example:
yarn global add @wundergraph/wunderctl@latest
yarn
yarn dev
docker-compose rm -v -f
Read the WunderGraph Docs.