S
SolidJS3mo ago
MikeM42

URL Query Parameters

This may be a silly question, but for URL Query parameters, so not something you pass through the route mechanism as someurl/:id/:something, but rather the type you would pass as someurl?param=something, is there a special solidJS way of handling those, or do I just use standared window.location.search, possibly wrapped in a URLSearchParams?
1 Reply
Brendonovich
Brendonovich3mo ago
if you're using solid router there's useSearchParams