This is a Houdini clone of the Remix Trellix Example meant to show case some real-world usecases that are difficult to show in a traditional To Do Application:
- Streamlined server <-> client development flow
- Coordinating multiple, inter-dependent optimistic updates
- Overlapping conflicting updates
- Clone repo
- Install dependencies with
pnpm i
- Run with
pnpm dev