Spooky behaviour while deploying in production
can't setup a basic state machine interactive quiz type of game
Hydration Mismatch + any client logic don't work

how to trigger <Suspense> on revalidate?
resetQueries
to do that, what is the solid router equivalent of that?What's the right way to conditionally import based on whether code is running on the client?
I need to run an effect when an async signal or a store signal, or another async signal are equal
Can't initialize SolidStart
How do you refresh a non-solid children?
Do I still need `/* @refresh reload */` even if I have `"vite-plugin-solid"`?
npm create vite
NOTE: AI said no...Different routes using different layouts, while doing file based routing please?
SSG / Partial Hydration
Using solid-mdx in an SPA app (without solid-start/vinxi)
solid-mdx
in verison 0.0.7 seems to be widely used as it's part of the solid-start mdx template, and also used for the solidjs and kobalte doc. Unfortunately it has no documentation. All these uses cases are for solid-start where the mdx is rendered on the server.
My use case for MDX is to show help pages in an SPA page (it needs to stay SPA, there is no option for JS on the server). I have some trouble in this use case.
In the solid-start template the "@vinxi/plugin-mdx" is used, which is not applicable for my application using vite directly. Older samples and the doc of the similar package solidjs-mdx
seem to suggest to use @mdx-js/rollup
instead. I had some success with follwing vite plugin config (but some issues as className
instead of class
is passed in MDXProvider
):...Lazy loading components work with SSR with solidStart?
resource.error works unexpectedly
data.error: if the request has errored out. createResource: provides an Error object for data.error. It will show even if the fetcher throws something else. If the fetcher throws a string, data.error.message will contain that string.
I would expect the div with the error string be rendered to the dom but its not the case...query function invalidates the cache every 10 clicks
Remote MDX on SolidStart
Running BullMQ worker (background process) from a SolidStart project
entry-middleware.js
as below:
```js
import { createMiddleware } from "@solidjs/start/middleware";
import { authMiddleware } from "~/lib/auth/auth.middleware";...reconcile within produce
SolidStart with Headless CMS content