Action triggering revalidation without cookie
Pre rendering
Suspense and dealing with large data
Jetbrains IntelliSense doesn't work
SolidJS + Typescript
Using solid js in a chrome extension to spawn button
can I handle a group of useSubmisson?
Server Side Rendering
useContext(someContext) returns undefined if the component is inside fallback prop for <Show ... />
BUG?: clientOnly inside Suspense boundary is not shown
Is this a correct implementation? :)
pnpm and ffmpeg-static
ffmpeg-static
and fluent-ffmpeg
to do audio conversion with the SolidStart framework. When building my application with vinxi build, it seem to copy my root node_modules inside .output/server/node_modules
, with everything, excepted the ffmpeg binary that I downloaded through the pnpm install
command.
Is there any workaround in order to get the ffmpeg copoied into it ? Or to get the actual path of ffmpeg binary ? Because the relative path I get from the ffmpeg-static
module once ran contains the .output/server
part, which is false.
I could just remove that section from the path, but it looks like a dirty hack to get around this issue.
Any thoughts ?...How to Implement Page Caching
Css modules not getting nonce attribute
createHandler
work as expected for all assets in the header.
But I don't get the nonce attribute on <style />
elements that solid and/or vite injects into the body for a route's css module.
does anyone maybe know how to solve this? or otherwise point me to the code in solid's repo where css modules are handled...Nested Stores not tracking with `trackDeep`/`trackStore`
mutate & refetch not causing a re render
Matching Error State with createAsync
createResource
one has access to resource.error
to handle the case when we get an error from our remote calls.
```tsx
<Switch>
<Match when={user.error}>...SolidStart layout shifts using createAsync
pRPC - redirect not working in callers
redirect$
function from prcp or the redirect
function from solid-router it just does not redirect.
```ts
export const redirectAction = createAction(async () => {
throw redirect$("/hello");...Tanstack Query+Virtual Suspense reactivity