Combining Solid store with query engine?
My app needs to support a wide range of object queries and I want them to be fast, i.e. indexed. Something like Loki.js would be perfect (and there are a bunch of other options). However I also need my data to be Solid-reactive, like a Solid store.
Has anyone had any experience trying to integrate the Solid store and a query engine? Or other ideas for fast and flexible declarative queries?
Thanks
1 Reply
Using reconcile to update the store from the queries should be pretty simple. You can use reconcile at any level of the store setter, too.