rocicorp / replicache

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

Solid.js support #1014

Open aboodman opened 2 years ago

aboodman commented 2 years ago

Right now it is possible to use Replicache with Solid, but not easy since there are no samples and not efficient since Replicache's subscribe() method returns the entire dataset each time it runs defeating Solid's incremental re-rendering.

We should have a sample app / quickstart for Solid and do whatever work internally necessary to make it work well. This includes at least #1010 .

thdxr commented 1 year ago

+1