How do I disable codesplitting?
OAuth / OpenID Connect
Mass Normalization of Props
css.preprocessorOptions.scss.additionalData is not working.

Can anyone show code examples of how the permissions work?
Help Configuring SolidStart with Capacitor JS
Which styling library to use?
SSR with `query`
@solidjs/router
's query
like this:
```ts
const wait = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
...Use an action for a form but stay on the same page?
https://action/1500021613?username=
and then the page fails to load.
I want the page to stay where it is after I submit. Thanks!...Particles not working
using action/useSubmission, discern which button submitted the action?
Vinxi conditional config by mode
app.config.ts
to be aware of the mode in which Vinxi is being run?
When using Vite directly, the following is possible: https://vite.dev/config/#conditional-config
It does not appear that SolidStart's defineConfig
is similarly capable of taking a function that is aware of the mode in which Vinxi is being run....SEO not working when sharing
Please see both images...

Background jobs in Solid Start
Sessions broken on external hosts ?
query
s to display the user's score and name for example.
The session is created by the user first being prompted to choose a name, which is then sent to the server with an actions. If successful, the player object is returned and all query
s are invalidated so that the page transitions from "must create name first" phase to "can now play" phase.
This has been working great both in dev and production modes for now. But after deploying to the remote test host it is now impossible to get past the "Please choose a name" screen. This only occurs with hosts other than localhost, meaning that if I open the web page on the server, it works fine. But if I open from another computer on the network, the aforementioned issue occurs....
Is `load` function a mistake for `preload` function?
load
function" in the bullet points of the document.
Is load
function a mistake for preload
function?
...
How to use useSubmission in layout?
app.tsx
file like so
```ts
import { Router, useSubmission } from "@solidjs/router";
import { FileRoutes } from "@solidjs/start/router";...How to keep an active item for a list of items in SolidJS?
Reactive conditional rendering based on Store of objects
Rendering <input>s in <For>
<input>
s to read their value?
Thanks....