using vanilla js with import?

child-components not updating when parent state is modified.
I don't like refs
`ClientOnly` fallback
Reactive in case of dynamic data
Motion one with exitBeforeEnter doesnt do enter animation
The browser resolved template HTML does not match JSX input

Cannot exclude an external package from server bundle file
@supabase/supabase-js and its dependancies from the final server.js file. I am using Cloudflare workers solid adapter. I've tried all possible combinations to mark the library as external with no luck. Here is my vite.ts file.
```
import solid from 'solid-start/vite'
import { defineConfig } from 'vite'...Which methods do you use for check user login or not?
Solid Router and losing Contexts
required Textfield when presented in Safari 16.3 it'll show as ` *

Mutate createServerData$ resource
Use Common Store in js file and edit it using file 1 then use it in file 2.
checkbox controlled from outside
Effects not running after a unhandled promise rejection event
new Error()), the ErrorBoundary is catching the error.
When an unhandled promise rejection occurs, the UI/JSX is being updated, I display the state of the resource in the JSX, and it switches from pending to errored, but the createEffect functions are not running:
```ts
createEffect(() => {...Why is this page with `useParams` and `createResource` not reloading?
call `createServerData$` outside Route?
createServerData$ outside of a Route?
I want to put it in a header that is outside of my routes. Do I need to create a "master route" that has children?...`solid-start` site opens multiple `about:blank` on Load
solid-start page is opening multiple about:blank tabs when loading localhost:3000 .
Is there any way to figure out whats causing this?...How to keep/reuse DOM elements across routes?
solid-start with routes, what is the most idiosyncratic way of keeping one element of the DOM the same, while the user changes pages?
I.e. like youtube or spotify, where one element in the DOM is the <audio>/<video> that stays on screen no matter which page I load...Disabling transition on load?