Alexey Taktarov

Results 49 comments of Alexey Taktarov

Hi @cbbfcd, I hope you don't mind if I close this issue. We're actively working on the next major release right now (`v3` branch), and this won't be our focus...

Hey @cbbfcd, long time no see! The first [RC is out](https://github.com/molefrog/wouter/releases/tag/v3.0.0-rc.1), so you can now start testing it in your projects 🙇

Hey everyone, this def sounds like an essential feature to have. I'm freezing the v2 branch as we've just rolled out the new version. I reworked the internals a bit...

`Link` and `Redirect` already proxy all their props to the `navigate` method. So anything that is passed to the `` will appear as an option in `navigate`. Regarding the API,...

Regarding the state, I haven't come up with anything more elegant than this. The plus is that it doesn't require us to modify the library: ```js const store = new...

Is the link correct? I got 404 when I try to open the demo

Per framer-motion docs: > AnimatePresence works by detecting when **direct children** are removed from the React tree. The issue is that `Route` is the direct child here, not the route's...

> if I do it like this would I be losing anything that wouter offers, what will be the pros and cons? I know but there is currently no way...

I have added an FAQ item to the README on using wouter with framer-motion.