SRR And Web Crawlers. Help Me Understand
Should I destroy and create a new websocket connection on each page?
How to crossws websocket Resolver API access getSession?
Saving data to a store that has a getter?

npm install is taking forever
I can't load app.scss inside app.tsx and load globally on all pages
import "./app.scss";
Which sets the background color of the page....__vite-browser-external:node:async_hooks:3 Uncaught Error: Module "node:async_hooks" has been extern
How do I implement a custom fileRouter using vinxi
What is wrong with Math.random create Signal
const [name, set_name] = createSignal(`Guest ${Math.floor(Math.random() * 10)}`)
const [name, set_name] = createSignal(`Guest ${Math.floor(Math.random() * 10)}`)
Websockets in SolidStart Example
State sharing between Islands
custom props not rendered on nested components
Safari Video Not AutoPlaying when inside a Suspense
<video autoplay playinsline muted><source src="" /></video>
<video autoplay playinsline muted><source src="" /></video>
<Suspense>
. If placed outside it renders automatically in Safari. Does anyone know why this happens?...Router determine if 404 route
"*"
?
Was trying to think of a way with useMatch
but not sure how to set the matchFilters or even the path for that.
My usecase is, that i have analytics tracking which tracks the pageViews but for the 404 page i need different handling hence i have to somehow figure out that i'm on that route from outside that route.
...Vinxi server build fails: Big integer literals not available in target environment ("es2019")
.../.vinxi/build/ssr/index.js:1:40327: ERROR: Big integer literals are not available in the configured target environment ("es2019")I have looked through the Solid Start, Vinxi and Nitro docs to try to figure out where I can configure this to use a more modern target environment....
Client side singleton for heavy resource allocation
disable untrack when param changes
useParams
parameters changes.
I have a component that retrieves some data from the store based on a URL parameter.
```tsx
const params = useParams()...Is it possible to show <Errorboundary> as toast/pop up?
null error

submission error doesn't show when js is disabled