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....Solid DND
SolidStart unknown number of optional nested route parameters
/:a?/:b?/:c?/.../:f?...
But seems might have to then be array of args cause we don't have names. So for now just going 3-4 levels explicitly like ...how to use solidjs meta
Resource chaining and other promise-like composition
.then() for value transformation, Promise.all() for orchestration, etc. Scanning through the docs, I wasn't able to find anything similar for resources. That means that if I have a higher-order caching library that returns Resources, there's no way to functionally compose those results.
Am I missing something? If not, is this something I can provide a wrapper for as a user without breaking solid's reactivity model? Or barring that, is this reasonable to consider as a feature request?...Dynamic parameter on routes
http://localhost:3000/{{dynamicParam}}/etc...How to await on the Resource's promise?
users is a resource (from createResource). I would like to await for the underlying promise to complete. How could I acheive this?
```ts
const fetchUser = async (userId: string) => {
const [users] = useUsers(); // users is built with createResource
await users.???; // how to await the underlying promise?...Rotate Component.
Prevent route from rerendering
I don't understand why I get this kind of error.no matter which method you try
solid-motion. Children exit animation not triggering.
Solid start createResource not fetching as first route
Help me build a custom link component which adheres to solid's principles
SVG images cannot use css variable as fill, they can only use rgb colors
Delay <A> routing? UseTransition between routes?
useReducer vs createReducer
useReducer in the tutorial (https://www.solidjs.com/tutorial/stores_immutable -> scroll down in the left pane), vs
2. createReducer from @solid-primitives/reducer
...how do you set attributes on `<Html>` and `<Body>` from within a route?
Anyone know a good solution for using GraphQL in Solid.js?
Signal cross bound a route