Access dynamic route params in components outside of the FileRouter
classList not working on icons svg
useParams not working

SolidStart - Can't use 'os' module.
Error: Module "os" has been externalized for browser compatibility. Cannot access "os.homedir" in client code....
Solid Playground error in style tags

How to change child child value?
Please remove Portal's div wrapper...
Keep 'DEV' in production-mode
solid-js/store (for my experimentations at https://github.com/bigmistqke/solid-yjs-store, so i can allow multiple store-paths leading to the same reactive value). this is currently only exported as part of DEV afaik. Is there a way how to keep DEV available when doing a production-build?setting getter in store on already defined key loses reactivity
Can I change the requested URL in a middleware?
foo/bar to bim/bam/boum in the event object? Here's my skeleton code:
```ts
export const useBackendPathResolver = ({ forward }: MiddlewareInput) => {
return async (event: FetchEvent) => {...How to set a cookie when using `createRouteData` or `createServerData$`?
loader can either directly return a value or alternatively a Response. The Response can then be used to set the Set-Cookie header. Remix seems to recognize whether the values are returned directly or via a Response, e.g. with json({...}), and interprets the types correctly when calling useLoaderData<typeof loader>(). This does not seem to work with SolidStart. Is there an alte...Reactive CSS's prefers-color-scheme ?
Ref is undefined unless I wrap in createEffect, if, and setTimeout
How to make createEffect to mutate two signals by condition?

How to recover scroll bar position with Show?
Better way of reusing event listeners for hooks
Route actions
[loading, echo]?...
problem with canvas
react-snowfall to solid (https://github.com/apollo79/solid-snowfall) and therefore working with a canvas.
The code is, simplified like this:
```ts
const [canvasRef, setCanvasRef] = createSignal<HTMLCanvasElement>(null as unknown as HTMLCanvasElement);...Saving md to jsx files in a folder with vitejs & solid-jsx