How to detect if I got to the Route with back button or navigate(-1)
Solid.js + tanstack/solid-query multiple refetch problem on error

Server code in client bundle

preload fonts in start
Best approach to having protected routes in SolidJs?
Special characters in server function error may crash app
Observe that navigating back and forth ("About" / "Index") works, then uncomment the throw error with special characters in the string, then try navigating back and forth. reproduction...
API w/o File Routes Component Possible?!
How to trigger focus and scroll across the app?
focus()
or scrollToBottom()
etc.
My current idea is to have a large, random integer in a variable in the store, and in the component rendering the DOM element I just put a dummy createEffect()
with this integer and a scroll/focus effect....Clarification on createAsync and Suspense behavior
id
and offset
.
id
is the slug of the page (location.params.id
) while offset
is just a signal.
the async data is wrapped by a Suspense component with a fallback....Layouts w/ Component Rendering please?!
Solid router, suspense and navigate
<Router root={<App>{props.children}</App>}>
{routes}
</Router>
<Router root={<App>{props.children}</App>}>
{routes}
</Router>
Deploy SolidStart with cluster?
Astro/Solidjs

useNavigate to set search params
useNavigate
. I was thinking navigate("/path?foo=" + bar)
but this feels wrong.onCleanup is running on server
How to Abstract Routers using Classes
Router
abstraction that consumers of the library can configure with their router of choice. The way I'm going about that is providing abstract Router classes. Below is one example:
```tsx
import { type Accessor, createSignal } from "solid-js";
...Correct type for props.children?
SSR doesn't auto fetching data when CSR
Solid-Start error when using fetch/axios/ky to call to external service SSR