gaucho-labs/leptos-query

Island and/or workspace make leptos_query unusable

VincentBerthier opened this issue · 2 comments

I’ve separated my project into crates (app/frontend/server) and I’m using islands, but sadly leptos_query really doesn’t like something there as any one of them gives an error:
image

I’ve created a toy example to showcase this at https://github.com/VincentBerthier/leptos-repro/tree/query

I’m told it might be a bug in Leptos’ Suspenses. TBC.

Added an example for using leptos_query with axum workspace

leptos_query/example/leptos-query-axum-workspace

Islands will not be supported until Leptos 0.7 comes out. It seems too buggy and difficult atm