SolidJSS
SolidJSโ€ข3y agoโ€ข
3 replies
Max

file routes callbacks on parameter change or top level useParams

Wondering if there's a good way to get and use route parameters either outside of the render process or on a level where it is called every route change, regardless of matches route.

I don't think that's explained so well but cant really find the words for that right now. But the situation is basically that I would like to run some effect or even regular function whenever a parameter may change. But there are multiple routes and route files that may be matches (e.g. just /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.
Was this page helpful?