GitHub - jamwt/solid-convex: A simple app demonstrating using SolidJS with Convex

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

SolidJS + Convex

This repo demonstrates a very basic library to bind SolidJS projects to the Convex backend application platform.

The heart of this library is in src/cvxsolid.ts.

How to use

1. Install all dependencies

$ npm i

2. Set up your Convex instance

$ npx convex dev

3. Run the application

$ npm run dev

About

A simple app demonstrating using SolidJS with Convex

Resources

Readme

Activity

Stars

21 stars

Watchers

1 watching

Forks

1 fork

Releases

No releases published