Palm
How do you do route transitions with SolidStart's <FileRoutes />?
I can't seem to do it using
<FileRoutes />
but manually importing page components and declaring <Route>
s work perfectly fine. Lazy importing works as well, even though not provided in the example.
https://stackblitz.com/edit/github-1ydjnq?file=src%2Fapp.tsx1 replies