S
SolidJS
support
How to have a default layout for all routes?
Looking for more? Join the community!
S
SolidJS
support
S
SolidJS
support
Want results from more Discord servers?
Recommended PostsWhy does effect re-fire? How to use createStore values in effect correctly?Check out this component. Why does the effect refire when I'm only changing person.name.first? It Access native html dialogs show/close methods in clickHandlerHey folks,
I am currently using native html dialogs inside my app and am accessing their show/closeUncaught ReferenceError: createDeepSignal is not definedNot really sure what I'm doing wrong here. I definitely have SolidJS >v1.5 and I'm using a close co__vite_ssr_import_0__.default is not a function only on API endpointsI am getting an error from my api end-points when importing a third party library in my API code. I Why is storageSignal possibly null?I am having trouble understanding why TypeScript thinks that this storageSignal `theme` can be null:Is there a way to debug how callbacks are called, when firing an event with testing-library?[SOLVED]Hey,
I am having a hard time testing my code and would like to find out if and how some of my eventUnderstanding Suspense in SolidStart SSRTo understand how Suspense behave in a SolidStart SSR project, I have project created using the SoliSolidStart debugging in VSCodeHow can I debug (mean put breakpoints and step over code) SolidStart project in VSCode?
I am currenWhat's the best way to make a docs website?I'm building a SolidJS library and want to make a simple docs website for it. I'm hoping to leveragesolidjs/testing-library using `location` but still getting <Router /> errorHey,
I am currently trying to setup on of my solid-apps with solidjs/testing-library. I want to tesAny way to get the status of a multipart/form-data file upload?I would like to be able to give the user some indication of how much of their file has completed uplregex in useMatchIs there a way to use a regex in useMatch? I would like to match `/book/2` ... but not just `/book`How to deploy unplugin-icons on production?For a SolidStart project, I'm using this library https://github.com/antfu/unplugin-icons as Icon CMake a Resource depend on another ResourceI would like to have a resource depend (awaiting) on another, like so:
```ts
const [resource2] =
cvanilla js in onMount?I got help recently about finding a way to import a vanilla javascript file as an independent sourceEmpty event with useRequest()I'm getting an empty event (no properties on the object) via `useServerContext()` even when `isServeExample of using createWebSocketServer within an API endpoint with SSR: falseIs there a simple example of using createWebSocketServer within an API enpoint? Current `with-websocSolid Bootstrap Data TableHi Im looking for a custom solid-js data table solution.
To minimize my workload, of course I beliHow to get `useParams` in the "root.tsx" in a server-rendered-page.Inside the `root.tsx` before any `FileRoutes` are resolved, how can we get the full path / the param[Solid-start]FileRoutes] is there a way of using two separate Routes folders in `root.tsx`E.g., my main content should be Client-Side rendered, but the headers should be server side rendered