Can't use `useRouteData`
useRouteData inside of my component, I'm getting Make sure your app is wrapped in a <Router /> , without using it, everything works just fine. Do you have an idea what can be the issue? I've got a lazy component inside <Route component={function prop destructure
granularly derived store
How to make a layout for every page except index?
Animate on scroll

How can I skip the first effect run with createEffect?
createEffect hook that runs when my signal does. Awesome. What I don't want, is for the effect to run when the initial signal value is set. I tried the following without success:
```ts
const [getVal, setVal] = createSignal("initial");
...Catching Errors from async requests started in onMount
createResource
This async request is taking state and saving it to the database.
However, how do I catch any errors. When the async function throws... the error is always uncaught....Nested Routes for index and route debugging
using readFile in routeData
Component doesn't react to changes in Signal
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?