Oren Elbaum
Oren Elbaum
Seems like this issue can be closed
@juanrgm you should probably close this issue since it's not relevant anymore
Seems like this issue can be closed or moved to discussions
What I like about having a separate `params` prop is that it would be really easy to switch between a simple route, for example ```jsx ``` to ```jsx ``` and...
Why not `buildUrl('users/:id', { id: 2 })`? Is there anything else that you can see going there other than params? I mean making it an options object is more future...
That's a good point. Btw apparently tanstack router also has a `params` prop on its `` component.
Yeah I think that it should be moved to the router
`` (needs the space to remove ambiguity)
I personally don't find it very surprising to begin with and I think that the docs are relatively clear > The create function takes an initial state, wraps it in...
Maybe it would make more sense to use some special pattern for this? Maybe `'/example/(foo|bar)/thing?'`. Another option: