Await resolution of previous routeData in nested routeData
How can I circumvent the wrapping Router requirement error?
Route Data to Pass Signal to Children Components

Ref either locally or passed via prop
[solved] Tutorial: server side routing for remote API call with keys
Can any one point me to a good tutorial that explains, and shows, how my browser code can call a server page that will actually make the API call and return the data to the browser. Currently I'm calling APIs with Supabase. I plan on hosting with Netlify. Thanks for any suggestions....
does @solidjs/testing-library render shadowDom?
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?