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?
createResource not fetching on page change
``
const fetchLibraries = async (id: string) => {
const response = await fetch(
http://localhost:4000/api/library/category/${id}`...setStore function replace object value
Solit-start routing works for a bit after `run dev`, but then only shows 404. Why?
npm run dev, I get the overview:
```
** ➜ Page Routes:
┌─ http://localhost:3000/*404...passing signal to component
<Todo name={cat} settodo={settasks()} list={task()}/>
<Todo name={cat} settodo={settasks()} list={task()}/>
Conditional fetching with createResource
Is there a polyfills.ts for `solid-start`? Or is there a way of modyfing the produced `index.html` ?
aws amplify framework there is a common bug, which all frameworks have to fix somehow:
https://github.com/aws-amplify/amplify-js/issues/678
global is not defined
...Pure client based page complaining about `window is not defined` in solid-start (No SSR needed)
solid.js I could use window in my code just fine, for. pages that are entirely client-rendered.
With solid-start I use the solid-start-static for client based pages, like described in Alex' blog post https://dev.to/lexlohr/using-solid-start-with-github-pages-3iok .
```js
export default defineConfig({...Why does typescript not accept `text() && text().length === x` in solid-start?
text() && text().length === 6
text() && text().length === 6
tsconfig.json that comes with the solid-start template? (E.g. typescript complains I should use text()?.length but it didn't in other projects with solid.js) ...Universal renderer createElement isn't running
How to read reactive state from imperative contexts (audio/music)
How to handle auto scrolling in a chat app when new message comes in?
How to get `onMount` to be called on the client for a server-rendered site
solid-start with solid-start-aws.
Running npm run build creates an index.mjs which I can then use as the lambda-function that creates the static website (with some minor corrections https://github.com/solidjs/solid-start/pull/898 )
Now, when using solid-start for a server rendered website, how do I run initialization code on the client?
I.e. I would like to initialize some third party frameworks on the client....