Why can't I change the path alias "~/*" to "@/*" in the tsconfig.json?
@/* would be easier on my keyboard. After changing it the imports work correctly in VS Code typescript, but when I run the app it complains that modules are not found.
Trying to change the alias to anything else other than ~/* (eg. src/*) also doesn't work.
Do I need to change it somewhere else to make it work for runtime?...Does SolidStart support private folders in the routes directory?
Preloading Data with 'use server'
Tailwind CSS Styles Not Applied After Adding SolidJS Routes, Why ?

Are store reactive?
Render a new router and redirect in action of opened component doesn't redirect in the opened window
Slow table paint/display

Help Me Stop Theme Flashing In SolidStart
ThemeProvider doesn't load the theme until the page loads.
I believe I need to check the theme on the server so I can set the theme before my page loads using something like https://github.com/donavon/use-dark-mode/blob/develop/noflash.js.txt....Vite error when evaluating SSR module
URL Query Parameters
Mapping props to attributes
Form validation help
equivalent of React.detailedHTMLProps<T>?
how to deploy a website built with the solid.js framework on vercel?; troubleshooting

Wrapping `<FileRoutes />` in `ErrorBoundry`
solid-start cli was still a thing. Back then I was able to do smth like this in the root component:
```html
<Body>
<Suspense>...
How do I build my component?
Practice of handling application globals in Solid(Start) symmetrically across client and server?
```jsx // file: counter.jsx import { createSignal, createContext, useContext } from "solid-js";...
Ideal way to load settings/configs
