Alexey Taktarov

Results 49 comments of Alexey Taktarov

> what are "route params"? everything should always be in the window URL query so when the user refreshes, the state will persist @m4n1ac47 Actually meant parameters extracted from a...

Yep, thanks everything for helping to resolve this. We have a tiny snippet in the README that covers that https://github.com/molefrog/wouter#how-do-i-make-a-link-active-for-the-current-route, so I'm going to close this issue.

I've been thinking about adding a more generic prop called `navigate` with navigation options that can be passed down to the `navigation` method. The motivation is simple: it might be...

But the biggest question here is how are we going to return current `history.state` back to the user? One of the ideas I had is when `useRoute` is called merge...

@o-alexandrov Thanks, I absolutely agree with the point! I do think that the state support (as well as the search support) can be added through extensions. I already expressed my...

@cbbfcd Ok! Can we just discuss one thing beforehand? Here is the list of ideas/questions I have regarding this feature: - Should this live in the same repo as wouter...

Hi @KaiDevrim, what you're trying to achieve is to perform a normal page navigation (e.g. navigation caused by clicking on a regular link) with the library that relies on [`pushState`...

Hi @HansBrende, sorry for the late reply (it's been 10 months and I feel sad that I hadn't responded right away). Thanks for the suggestions! It seems like 2) has...

Hi! It's currently not provided out of the box, however implementing `` functionality shouldn't be hard. I'll try to come up with an example to illustrate my point.