-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Query/Search Params #71
Comments
Maybe this is something @paoloricciuti would be interested in? |
Lol i just published this https://github.com/paoloricciuti/sveltekit-view-transition/issues/43 i would not be opposed to merge the project into runed but i wonder what could be the way forward:
|
TBH I'm not opposed to having SvelteKit only utilities. We just need to mark them well, maybe add some tags! We can experiment together 😄 |
^ I'd love to see this and splitting up client/server utilities would be really nice. The majority of use cases we run into as well are client side as some backends are in Laravel/Node and SvelteKit is not used more than half the time. Even to start out a simple rune to subscribe to search params could be largely beneficial as we have written our own at this point. I'm really joyful to see this collaboration. |
Describe the feature in detail (code, mocks, or screenshots encouraged)
Request: A rune to conveniently parse and interface with the query/search params.
Current Solution: i'm using https://sveltekit-search-params.netlify.app/ everywhere.
Why: We end up utilizing search params quite a bit. Tab navigation, page state, search queries and so on. Would be super convenient to have this along with the debounce rune work together as well.
What type of pull request would this be?
New Feature
Provide relevant links or additional information.
No response
The text was updated successfully, but these errors were encountered: