renderToString in Elysia BFF Layer
Solid Router Nested Urls
Solid Start, how to add backend/nitro plugin?
how to add auth protected route or layout in a better way?
Preferred way of handling `429 Too Many Requests` with `createResource`?
retry-after
header. The way I handle it right now seems... suboptimal to me. It works fine, don't get me wrong, but I have a feeling it culd be handled better.
```ts
const [canLoad, setCanLoad] = createSignal(true);
const loadQuote = async () => {...Passing signal value as a prop
Title
component, but its kinda now what i'm looking for.
Title.tsx
```tsx
import { JSX } from 'solid-js';...solid-primitives/storage help for a persistent user config store not loading properly on refresh/
Solid Start in pnpm workspaces monorepo
Stale read in <List><Show><List>
Untrack on store arrays
createEffect
and stores. Today I probably have similar misunderstandings around untrack
.
My assumption was that, e.g.
```
createEffect(() => {...createEffect vs createEffect + on
createEffect
is triggered but not the second one using on
? I feel there is something obvious I'm missing. Using solid-js 1.9.5
```
createEffect(() => {
console.log("effect", props.nearestPointConfig);...SolidJS Router Missunderstanding
Clearing form after action in solid-start
Would this break reactivity?
better-auth
useSession hook.
If it can potentially break reactivty, how would you suggest accomplishing the goal of unpacking the data
field into user
and session
?
```...Multi Layout Children
Getting Page Title
Cannot read properties of null (reading '1')Cannot read properties of null (reading '1')

State Doesn't Get Defaulted And Values Don't Change
STATE DEFAULTING EFFECT
gets triggered and correctly switches the state. However the STATE DEFAULTING MEMO
is not triggered. For some reason when i get the style field, even tho it does supply the correct value. The values do not get updated
For context getterFromReactive
"normalizes" the values into just accessors. It does create a effect for checking whenever the value is changed or not and update the returned value accordingly...Need help understanding preload and file conventions
preload
here https://docs.solidjs.com/solid-start/building-your-application/routing#additional-route-config and started with
```tsx
import { RouteDefinition } from "@solidjs/router";...Cannot run React alongside SolidJS in Astro
[vite] The requested module 'solid-js/jsx-dev-runtime' does not provide an export named 'jsxDEV'
[vite] The requested module 'solid-js/jsx-dev-runtime' does not provide an export named 'jsxDEV'