Hydration mismatch (SolidStart)
Seroval File Serialization
Session stores in SolidStart
vite-plugin-checker with v1 Start?
Routing and using special characters with <FileRoutes>
routes/[login, register].tsx multiple routes to one handler
- routes/*any.tsx wildcard routes
...Cannot read properties of undefined @ router normalizePath
The combination of API routes and data loading functions
cache and action deploying to cloudflare.
The goal is to have the benefit of 1) preloading route data 2) having an open API 3) and being able to easily log API accesses.
The examples with SS seem to want you to utilize server functions which would not be an open API and (I dunno) how I would log properly
If I call fetch to an API route inside cache with no use server then it can be called on either client or server...How to Execute Server Action on Each Route Visit?
authenticatedUser.result is always falsy. How would I go about doing what I am trying to do? Is there a different approach I should be taking to accomplish what I am trying to do? ...The requested module '/_build/node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/browser.js?v=d23
solid-markdown a while ago, and it broke a lot of people's imports with this error.
https://github.com/andi23rosca/solid-markdown/issues/33
The error seems related to number 4 here: https://github.com/solidjs-community/tsup-preset-solid?tab=readme-ov-file#usage-gotchas, but the fix doesn't work
...Whole page component rerenders in default Solid-Start project
pnpm create solid && pnpm install)
2. create does-rerender route: ( file: src/routes/does-rerender.tsx): (it's from tutorial)...SolidStart: Uncaught SyntaxError: The requested module '/_build/node_modules/resolve/index.js'
Different folder but making Vercel work on it (I'm a beginner)

Path syntax flexibility

Renaming Index not working?
socials folder with a socials.tsx component (should render on /socials according to the docs (https://docs.solidjs.com/solid-start/building-your-application/routing#renaming-index) but it only renders under /socials/socials.
The function that I'm exporting from socials.tsx looks like this:...Getting Prisma TypeError in the browser console in a SolidStart app after doing build and start:
TypeError: Failed to resolve module specifier ".prisma/client/index-browser". Relative references must start with either "/", "./", or "../".
I will work on reproducing this....I have a question when building npm create solid with-prisma template.
Solid and It's Ecosystem
Getting random behavior from cache(), createAsync() and signals
