Routes and FileRoutes
Question about Contexts
Props/Default Defaults
Parent setting prop to child with Context?
Solid-Primitives Key compatible with 1.7 beta (types)?
'Key' cannot be used as a JSX component.
Its return type 'Accessor<Element[]>' is not a valid JSX element.
'Key' cannot be used as a JSX component.
Its return type 'Accessor<Element[]>' is not a valid JSX element.
Pass data from Express up to Solid
npm run build, How can I pass data from express to solid just as how I would do it for EJS or Handlebars???Does anyone else find it annoying that you can't pass a store as a source signal for createResource?
recursiveFlattener helper function to make it work so if I change any property in the request it refetches. Am I doing something wrong or is that annoying to anyone else. Shouldn't it be something that the compiler can take care of?
Also, maybe a separate post but what's the right way to diff the large response from the resource in the right way? I see helpers like reconcile do I need that? Is there a better example than the docs? What if I needed optimistic updates? What if I need to do an infinite scroll like twitter? Just use solidQuery?...Eslint, am I doing something wrong?
CreateEffect has infinite loop
createReaction() since I find those are less than ideal to work with but maybe that is the only SingleInFormAutoShowOptions.
I have this code:
```ts...createResource returning undefined when data is fetched
createResource with a fetch on it and returning it's json.
But, for any reason, that fn is returning undefined, even when the data is properly fetched("tested" by logging the json)....[solved] Brain fart: in need of fresh eyes
<option value={item.id}>{item.name}</option>
Thank you in advance....
[Solved] Reactivity problem when refreshing the page
Is Static Site Generation possible with SolidJS?
Does <Show> narrow types in typescript?
Get SSR attribute value when hydrating
Cannot find name 'React' when using Astro + TypeScript
tsconfig.json VSCode highlights every JSX tag with an error:
Cannot find name 'React'.ts(2304)
Astro compiles and runs fine, and tsc --noEmit also shows no errors. ...Loading data into context
createServerData$ but seems like only if I call the getter function inside the JSX Element, then the fetcher will work, other wise it won't, the data.state is just pending, won't beready...Listening to all changes in an array or object in a store
Problem creating web component with solid-element