Killing `pnpm dev` results in a defunct `esbuild` process
Ctrl+C
causes a esbuild
process to linger around in the defunct
state.
11169 pts/1 Z 0:00 [esbuild] <defunct>
11169 pts/1 Z 0:00 [esbuild] <defunct>
Can't install or get a project started using SolidJs

Why are both class and classList needed?
class
.
Thank you for any pointer you can provide!...Solid Start Internal Fetch
Multiple actions with different unique names seem to trigger each other's submission.result effects
1. Open up the browser's console (stackblitz's console is not enough). 2. Let everything load and click the "Go 1" button once 3. Look at the browser's log....
How to prevent page reload on action / query
Preloading route data with context access
<Route path="/app/home" component={Home} preload={preloadHome} />
<Route path="/app/home" component={Home} preload={preloadHome} />
SSR blank page

Is it recommended to use Start even if you don't need it?
Prod Environment Variables Please
npm create solid
=> basic => ts
app.config.ts:
```ts...Which form validation library are you using?
A question about server side rendering an <a> tag based on requestEvent.
<a>
tag based on requestEvent
.
I post my implementation down bellow....Solid start call
Possible bug? Solidjs lazy() caches network errors
Stuck On A Build Error
NX setup with SolidJS and React
data is rendering correctly on file save but not on page refresh
What's the most common way (or the idiomatic way) of refreshing access tokens in a Solid.js SPA?
Track down server dependencies in client
Can I use Solid for rendering DOM elements under non-Solid parts of the website?