How to better handle resource errors when component is instantiated outside of the render function?
renderToStringAsync()
to render an application.
In hindsight, it was obviously problematic, but at the time, I was tearing my hair out trying to figure out why my application was having an internal error....Canvas Lags
invoke navigate() after function call but before signal update propagates to ui
SolidStart: serialization error when there is a default value in `createSignal`
npm run dev
will throw an error.
```
cause: j [Error]: Seroval caught an error during the parsing process....Trouble getting `createEffect` to work outside the browser
createRoot()
[2] without success.
[1] https://docs.solidjs.com/reference/basic-reactivity/create-effect#:~:text=//%20assume%20this%20code,//%20goodbye
```ts...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