rocicorp / replicache

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

First-class reactive queries #1052

Open aboodman opened 11 months ago

aboodman commented 11 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.