Tanstack Query+Virtual Suspense reactivity
How to make setStore treat a class/interface as an opaque value instead of a partiable one?
Reactive array transformation
Display HTML entity
<div>{props.text}</div>
displays the source code version of the entity.
Thanks....server function error handling
Re: Reset a store to its initial value, doesn't react
exporting css from solid-lib-starter
CreateEffect and store properties
xyz
that is of type undefined | { a: number, b: number}
and I ran into something I don't quite understand with createEffect
. I pass store.xyz
to a component as a prop and
on changing the value, this triggers:
```
createEffect(() => {...How to make use of <Suspense>
OsFolderCard
async as the get_os_folders
function returns all of them at once. If someone could explain how I could do that, or if it's even beneficial or not bcz of the way I fetch my data
```tsx
export default function Dashboard() {...`classList` does not seem to apply the classes on render
present
should be underline. only when you click on past
then present
, then the classList is correctly applied
...Reactivity with shadcn-solid textfield
NumberInput
using https://shadcn-solid.com/docs/components/textfield. I see they have a number field, but I wanted the more typical html number input.
My implementation has 4 number inputs that are clamped based on min/max values. I'm testing by manually typing -1
in the field. Technically a 1
and then I'm adding a -
to it since it won't input otherwise.
The clamp works for 2 of the inputs, but fails for the other 2. It seems to be losing the reactivity somehow. I've tried adding createMemo
around the value to ensure the reactivity is present although I don't believe that shouldn't be necessary since I'm passing the accessor. I might see about creating a minimal example for this, but for now here's the code for the NumberInput and the implementation using is. ...Bootstrap event handlers using on:* directive
Create resource TS types fail when using `{ refetching }`
solid-motionone/@solid-primitives/transition-group - onMount/createEffects called before add to DOM
How to avoid temporary undefined values in template literals in solid-meta?
data.name
is undefined momentarily until the async data resolves.
So the tab title goes from This -> undefined <- is undefined temporarily
to This -> hello world <- is undefined temporarily
. My intended behavior is that the title should not be displayed at all (or the hostname should be display) until everything in the string literal has resolved.
Is there a way to not display the string at all until the data is resolved? Alternatively, is the below code correct - should I be using accessors / derived signals or should be just be using straight string literals (I found this to not be reactive)?...Solid Start tanstack query prefetch
HydrationBoundary
and have the data load server side only, I just dont understand how to do it in solid start
```tsx
import { RouteDefinition } from "@solidjs/router";...[h3] [unhandled] TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["X-Error"]
Should I use reconcile everytime I use produce?
Vinci build API issue
<Show> not tracking signals