rocicorp / replicache

Realtime Sync for Any Backend Stack
https://doc.replicache.dev
1.01k stars 37 forks source link

Pure React quickstart #1021

Closed aboodman closed 1 year ago

aboodman commented 2 years ago

We have a Next.js quickstart currently but for people who do not use Next.js the extra complexity gets in the way. We should factor out a pure React sample out of replicache-todo and a pure node backend out of replicache-nextjs.

aboodman commented 1 year ago

This has been implemented by the new https://github.com/rocicorp/replicache-quickstarts repo. Thanks @cesara .