How to wait for the value from a useAction?
How to create effect for each element of mapArray?
Vite + SSR, CSS not loading correctly
Context uses default value instead of one passed to provider
How to define layout for index page?
Route Intercepting
Build a Drag & Drop Designer with Solid
How to set size of child element?
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
pnpm create solid@beta
- pnpm install
- Add netlify.toml, with build.publish of /dist
- Ensure vite.config sets start.server.preset to netlify_edge...Newest Router... Error about missing the wrapper Router component
Route components were wrapped in the Router component and the App component was default exported. ...Solid Start Getting Started example not working
`vinxi dev` command crashes when used with bun
vinxi dev using bun, it threw this: ` ERROR Transform failed with 1 error: 3:15:42 PM
<stdin>:6:10: ERROR: Expected ")" but found "class"
<stdin>:6:10: ERROR: Expected ")" but found "class"
at failureErrorWithLog (node_modules/vinxi/node_modules/esbuild/lib/main.js:1649:15)...Using "use server"; But My Code Is Still Showing On Client. Why?
component doesnt react to changes in state
collaborators which holds an array of objects.
The problem is that when this state is modified, through setCollaborators function, the component does not update for the new value.
why is this happenin, and how can I work around this issue?
...Subscribe to patches for a store ?
Is there any recommended bundle tool for developing with solidjs?
[Middleware] Confusion around onBeforeRequest hook
onBeforeResponse that is supposed to check the response content type and if it's HTML, modify the body to add some stuff in the <head> tag (think about a CSRF token for example). To do so, I'm using the hook onBeforeRequest. This hook gives me access to an event param and a response param. The response is empty, no body, no headers, nothing. If my hook just returns the response that was given, my site breaks.
...I'm having trouble with `session.data` being undefined
user_id is sometimes undefined when e.g. refreshing the page.
```tsx
const session = await getSession()
const user_id = session.data.user_id
...