Damian Tarnawski
Damian Tarnawski
I don't think I understand. Could you provide a code example of how the API/experience would look like? Also I believe a vite plugin and a cli tool would be...
This may actually be worth adding as if you have a lot of "switches" you may end up writing that same `toggle` fn every single time. ```ts const flip =...
I was working on a [`url` package](https://github.com/solidjs-community/solid-primitives/pull/77) long time ago, but dropped it because I didn't know what I was doing and solid-router provides similar functionality. But maybe it could...
If you are asking about the reason, then that is the purpose of the `event-listener` package. To give a reactive interface for adding event listeners to elements. Depending on what...
It matches the browser behavior by default. So nothing wrong here I think. 
In the future, I want to try creating `/core` package, that would do that for Stage 4 packages. Right now there aren't any - so it could be a good...
Updating dev deps and tests makes sense, but since there are no code changes, I would prefer to not release a new version that just increases minimal dependency versions for...
Now that I think about it > - `createScrollTo` - A primitive to support scroll to a target it says "scroll to a target" not "use `el.scrollTo`", since those are...
I'm still very much against jsx in here, and won't be satisfied until it's replaced by few headless primitives and components. But I don't mind adding this as an initial...
Thank you for looking into this. Since start was removed from dependencies, I don't think it makes sense to keep the utilities in a `start` package. The package could be...