Closed samwillis closed 1 month ago
Enable passing the return value of a live query directly to useLiveQuery. This allows you to create a live query in a react-router loader, then pass it to the route component where it is then attached with useLiveQuery.
useLiveQuery
Related to #374
Built bundles:
🚀 Deployed on https://670d8aebb329c8c5b7e48753--pglite.netlify.app
Enable passing the return value of a live query directly to
useLiveQuery
. This allows you to create a live query in a react-router loader, then pass it to the route component where it is then attached withuseLiveQuery
.Related to #374