rocicorp / replicache-nextjs

Generic Replicache backend for Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replicache-nextjs

This is a generic Replicache backend built on Next.js and Supabase.

It's "generic" in the sense that it works with any Replicache mutators, and doesn't require app-specific code to sync.

Usage

See https://github.com/rocicorp/replicache-todo for example usage.

This isn't very extensible yet. For example, there are no integration points for authentication, authorization, custom database schema,etc.

We imagine over time, and with experience it will start to be clear what the extension points should be.

For now, if you'd like to add features to this the best way is probably to fork it.

Contributing

PRs and feature requests are welcome!

About

Generic Replicache backend for Next.js

License:Apache License 2.0


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%