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
solid-jsx not working

EPERM operation not permitted, rmdir
Object.keys returns undefined on JSX
Random errors on previously working project

What is the difference between solidJS and solid start? and which one should I use?
EditorJS does not show up
I'm ready! (ノ◕ヮ◕)ノ*:・゚✧
Editor component:...Using express middlewares with solid start node adapter?