Confusion with suspense and nested routeData
app/page1 and app/page2. My goal is to have route data for the app route forwarded to the two pages. The idea is to have a routes/app.tsx that looks something like this:
```TSX
export const routeData = () =>
createServerData$(async (_, event) => ...)...Dev server works build/start doesn't
How do you consume server actions response?
result or error).
```ts
export default function Users() {
const users = useRouteData<typeof routeData>();...Link to imported component w/ parameter with Module Federation
Context undefined when called from a function in onClick, but not if called in component
How to trigger update on resource update?
Unresolved createResource doesn't trigger Suspense boundaries?
unresolved resource doesn't trigger Suspense boundaries? I would expect my loading screen to come up even if the resource is still waiting for its dependency....Spinner component questions about best practices
how to better understand `createDeferred`?
idle, what is the difference between requestIdleCallback and this? Should it be considerred as reactive version of requestIdleCallback?
Moreover, after searching across gh and discord channels, there is few examples to show how to use createDeferred correctly. Is there any best-practice or learning resource about it?...Vercel deployment issue.
Custom cursor not working
better way to type props with default props
"Make sure your app is wrapped in a `<Router>`" with Lucia-Auth
catch 401 error in entry server
How do you disable SSR on a specific route/part of a route?
how solid.js handles props
root.tsx & cookies
Best way of passing props from Provider to Context
