Explicit Routing (opt out of file based)
Adding eventListener in an onMount shows error in console
refetch not changing the signal of the createResource
Stuck in 'rendering index.html' in solid-start build

Handle union type in store
type Post = NewPost | DeletedPost; in a store.
https://playground.solidjs.com/anonymous/7210c31b-5730-4e51-b875-3d8e2f36af4c...Passing For Id between InputGroup and Input using children
Are there any guarantees on the order of createMemo / createComputed execution when siblings?
createMemo with `equals: false` not reactive when mutating reference
DOMMatrix with each calculation, so I thought to mutate 1 with createMemo(() => ..., {equals: false}), assuming it would trigger all subscriptions even when returning the same value (in this case the mutated DOMMatrix), but it doesn't as you can see: https://playground.solidjs.com/anonymous/1a137694-7267-439b-a7d3-8164a541e800
Anybody an idea how to approach this?...How to have an effect that does not subscribe to the signal's values?

multiple sites
assets folder between the different sites?
I'm reverse proxying through nginx in my setup...createResource mutations / page state
Why autofocus on input element not work with solid second time
NewTodo:
https://github.com/nikitavoloboev/kuskus/blob/main/src/pages/Today.tsx#L14...Pass ref in routeData
Is there an easy way to render React inside Solid?

Cannot read properties of null (reading 'nextSibling')

SolidStart: Get Rendered Route Instead in useLocation()
Solid App to Web Component (js file)
Stricter JSX?
Firefox Fails loading Font Awesome modules and can't run dev Start Project.
import { library } from '@fortawesome/fontawesome-svg-core'; .
This works great everywhere except Firefox, where 90+% of the time I just get a white page when trying to load the page after npm run dev.
If I hammer F5 enough, it will load 1 out of 10 times, but I've never figured out how to get Solid Start to run constantly on FF with FontAwesome icons....
How do I test this behavior?