Passing signals as props in a Route component
TypeError: Cannot read properties of undefined (reading 'when')
redirecting from API route
redirect
but the behaviour is the same....How do I manually implement hydration for a component?
Need help to convice developers to go to SolidJS
What does it mean when a tags don't navigate to their href?
Solid Start offline indicator in mobile / desktop app
<OfflineIndicator/>
in my app when the user goes offline in mobile / desktop app. Is there any way I can include it on all of my routes or I have to include it myself all of them?Different server context when using "use server"?
Is there a 'useTransition' React hook equivalent in Solid?
Dynamic meta <Title> not updated on routes Solid-start SSR: false
vite-plugin-solid errors when doing `prop:x` instead of `prop:x={bool}`
@material/web
with SolidJS. Everything works pretty good so far but there's one issue that bugs me.
```jsx
// Doing this works
<md-filled-text-field prop:required={true} />
// But this results in an error!...Detect when client closes a connection that is being streamed from a server function
dealing with data shared between pages
/groups/[groupId]
. here i render out a heading with the group name (which of course i already fetched on the previous page) and then all the rest of the page, which takes a bit to render due to fetching im waiting on. it is a nice touch if the heading renders while the rest of the page loads via suspense. this seems like a no brainer as i already have the data i wanna show.. i just don't know the best way to get it where i need it...weird history/url derived state behavior when using mouse back button
How to access env variables inside app.config.ts (solid-start)?
How to include Gzip compression to Solid Start project?
How to do Dark Theme (shadcn-solid + Vite + Tauri)
Prerender not working without javascript
Optimistically change URL and state without waiting for async to resolve
Multiple layouts using `Router`