SolidStart or Vite + solid-pwa plugin for creating a fast and secure PWA app?
is Index of Store that is array Signal?
captureStoreUpdates vs reconcile
reconcile to keep the amount of signalled changes to a minimum. This works very well, but the captureStoreUpdates primitive from https://primitives.solidjs.community/package/deep somehow doesn't play ball and I can't figure out why not.
```...Errors loading Bootstrap SASS in dev-mode
sass and then import Bootrsap. However, in dev mode there are a load of errors about undefined variables, etc. No issues with the build and running from the build though.
Bootstrap version is the same as I use in my 0.3 app, and it works fine in dev-mode over there....some confusion regarding authentication when accessing third-party APIs in SolidStart.
Uninitialized signal in JSX but initialized in component
understanding store setter updates
remove element from store array createStore([])
Trying to simplify tab creation
ReferenceError on something that should (and DO) exist
Can't find variable: theme
theme is reported as 'can't find' (even though it clearly can)
This issue occurs both in Chrome and in the Tauri window
My code so far looks like this:...Uncaught TypeError: Cannot read properties of undefined (reading 'afterCreateSignal')

SSR/SSG: How to share context between client and server
How can we provide dynamic context that is both available when rendering document <html> as well as to components that need to consume it at both SSR and CSR time?
I was able to wrap the server side rendered document with a provider and everything works fine here 🥳 (which means that most of the features I am looking at will be straightforward to implement)....api-routes
[h3] [unhandled] H3Error: Missing "./runtime/http-types" specifier in "vinxi" package
solid tagged template literala
Lazy Loading make a blank page when component change
Error "RequestEvent is missing." for cloudflare build
Blank array of documents from Firestore - createEffect(), createSignal()
createSignal([{round_nr: 0}]) and this is working, because for the firt time when the function is running the array has this dummy object and is not more undefined and I can read the round_nr attribute which is 0 for the first time and immediately is switched with proper value when the function runs for the second time.
...Custom auth solidstart by prisma