Getting random behavior from cache(), createAsync() and signals
SolidStart ver.1

having separate layout
Modify dev server port
can’t establish a connection to the server at ws://localhost:35999/_build/.
Can I somehow fix the port so I can forward it correctly?...SOLVED: Trigger Side Effects on a Callbacks Dependency Updates
Destructuring functional props remove reactivity ?
Cannot read properties of null (reading 'nextSibling') ERROR in a hello world simple Solidstart web
Query vs data loader?
Deploying static site + hosted functions
Support for discriminated union types?
Are Record types a bad type for using stores in Solid?
Record<string, muhType> data type is the wrong choice for stores.
I noticed that when I add a record, Solidjs issues updates where needed. The second you delete a record, it fails to both issue updates and actually remove the record.
https://github.com/solidjs/solid/discussions/2150...ReferenceError: exports is not defined when using islands on dev
node_module exclusively when running islands in development. Using build & start, everything works just fine. I noticed a similar error reported back in 2022 (https://github.com/solidjs/solid-start/issues/221). I'm curious if anyone has figured out the root cause of this yet.
Full Error:
```...FIXED: fetch error on route load function
Error: Hydration Mismatch.

A simple case(ts) of using "native drag(webapi)" with solid.
How to export setter function for component?
createAsync vs createResource and how does Suspense work?
createAsync (+cache) seems to be the new recommended approach for data loading.
I am wondering though, createResource returns a lot of information and options for the request
```...tree structure: granular updates and retain open state
deploying a solid js app in render while consuming a backend api
