What should I use if I want features of both Resources and Stores?
createResource in a RouteDataFunc, which fetches a JSON tree asynchrconously. I love using a Resource here because I get access to its state (to show loading etc). However, I want to be able to mutate said data using the amazing API that Store has, such as function addChild(thingId) { myData.update('things', (t) => t.id === thingId, 'child', { foo: 'bar' }); }. Sadly, that mutation API is only available on Store, not Resource -- and state is only available on `Resourc...noUiSlider rerenders when moving slider
Array of components gets re-render every time that a new component is added
<Show when={}> typescript error question.

Kobalte popover not opening in testing
Setting cookies (or headers in general) from `createServerData$`
createServerData$?
I have the following code:
```tsx...file routes callbacks on parameter change or top level useParams
/a, /a/b ..etc ). And I would like to avoid putting the same useParams call on each route component.
A callback on the router or similar would maybe be close to what I'm looking for, just any information would be great, thanks....efficient way of parsing markdown files with solidjs and solid-start
SSR in Turbo Repo
Better Way to Write This?
Field component.
Field's will only be input elements or textarea elements.
...Integrating IndexedDB with Solid.js for Real-time Updates
How to make footer that shows at least at the 100vh down?
ReactiveMap global signal
D3 Force Graph in SolidJS with TypeScript
I've originally asked this on StackOverflow.D3 seems so complicated to make work with basically any framework... Specially when it comes to TypeScript, since they apparently keep changing their APIs, rendering so many past examples from gists and other posts close to useless. At the moment, I would like to make work with TypeScript and SolidJS the canonical force graph example....
an error that occurs every time something changes, but disappears with refresh
What is wrong with this reactive select list?
How do i write routes which update automatically based on if authenticated or not
/) i want to navigate to /login if I am not authenticated and /orders if I am authenticated. I tried using <Show> and it was not helping me out. I checked if the <Router>
navigate("/orders") is changing the url to /orders but the page doesn't load the respective component
I am a noob in Solidjs. Have been learning it from yesterday only. So any pointers or additional info would help me
...template not exported from solidjs/web

Solid Start + Tailwind?
What's the best way to debug `Buffer is not defined`
Buffer is not defined runtime error inside the browser when moving things.
This happened for example, when I accidentally put a module inside one of my routes sub-directories which wasn't a module and just contained some stuff to be consumed. However I also seem to get the issue, when I export server-specific functions in various places.
Generally there seem to be various sources leading to this error....