Can't use import `assert {"type":"json"}``
Was watching Theo's video and wondered if solid had a good way to do this
How to use load property of <Route>
<Route>'s load function and haven't found a complete example.
One property of props in Person has the data from the fetch but it is still a promise. I'm not sure if it should be and if so, what to do with it.
index.jsx...update JSON.stringify when child object updates
Passing State between different routes
Solid Contexts with Astro for authentication
nav-bar that is in a separate Astro file that imports the Solid Login button, and another call that gets the token from the same context in another content Astro file that imports the Solid component for getting the token. The two files are then merged into a single page.
However, I cannot get the conection between the two working since they are in separate astro files. The only way I could work around it was to not use a context, and globally create a Auth0 client and import it in both files. Is there a better solution?
Here's the code...Issue subscribing to store changes
I have no clue what I am doing wrong
How can I only set the ref for an element once it's been inserted into the DOM?
ref is called, which does make a bit of sense, but I just can't find a proper escape hatch for this.
Tried:
- Using setTimeout(..., 0) before setting
- Checking if document.contains(...) before setting...Intersection Observer Issues

what write so as not to constantly write a redirect in every function in case of unauthorize
Solid doesn't re-render when update the same array in createSignal
For some reason <select> doesn't work correctly
Can someone tell me how to redirect the user on each API, if 401, that is, do not write the logic ag
How to use web component in solidjs

How do I debug updates
How to detect button holding in solid js?
Vite internal server error expected "}" but found end of file

How do I "curry" a function with props?
MobX + SolidJS enableExternalSource untracked bug?
untrack parameter to enableExternalSource I have tried putting MobX's untracked in it, but I'm running into an issue with <For> updates
Please see:
https://github.com/solidjs/solid/issues/1850#issuecomment-1976086047...