replicache
replicache copied to clipboard
Solid.js support
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 .
+1