rocicorp / replicache

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

First-class reactive queries #1052

Open aboodman opened 8 months ago

aboodman commented 8 months ago

We should add a way to query Replicache data. It should be truly reactive, such that when one row changes only a small amount of work is done to update subscribers.

This should integrate well with indexes and with Rails.