onfocus or onFocus or onFocusIn?
solid-js and onFocus seems to be gone, not sure if it was even there before?
I tried to use onFocusIn but it seem to work with playwright but not vitest i.e. fireEvent.focus?...useMatch not updating?

Strategies for not calling setters in effects
Scrolling to id is not consistent
<A href="/#some_id"> link does nothing if the current route already matches the link completely. Is there a way to fix this behavior, so clicking the link on the same page repeatedly would scroll the element into view?Refs cleanup when element unmounts

Using routeData in context provider at root of page not working

False positive: `Make sure your app is wrapped in a <Router />` , @solidjs/router 0:7:0 - in npm lib
Weird 404 errors in `undefined:12`
GET http://localhost:3000/assets/index-b543198f.js net::ERR_ABORTED 404 (Not Found)
GET http://localhost:3000/assets/index-b543198f.js net::ERR_ABORTED 404 (Not Found)

Dinamyc inline svg
how to use useParams inside a ContextProvider
How do y'all handle mobile phones in landscape for mediaquery breakpoints
Accessing child element size from parent.
createElementSize from primitives. Problem is,
It seems it doesn't wait until child is rendered.
My page goes blank with error.
How to get child element's size properly?...
Fetching data in root.jsx
Testing code without a render function
vitest where I could reproduce the issue:
```ts
test('memo', () => {
createRoot(() => {
const [signal, setSignal] = createSignal(false)...Solid-Start w/ Firebase
peer dependency error when creating a new SolidStart project

api route errors not being logged and the dev server just stops
How to preserve reactivity in a multilevel object stored in a nanostore map ?
Don't fully understand solid's reactivity, help understand with a case
onKeyPress event