Open vtaits opened 8 months ago
It seems interesting. The idea of this repo is to provide a nice SPA navigation experience for developers used to traditional frameworks as an alternative to Qwik City.
You are free to send a pull request to help implement those features. If they don't follow Qwik principles, we can constantly adjust the PR until it fits well.
Is your feature request related to a problem?
Hello. There is a hook in
react-router
that can detectback/forward
navigation. It would be great to implement this herehttps://reactrouter.com/hooks/use-navigation-type
Describe the solution you'd like
An analogue of
react-router
implementationDescribe alternatives you've considered
https://reactrouter.com/hooks/use-navigation-type
Additional context
I'm trying to implement my
react
solution usingqwik
https://github.com/vtaits/filterlist
And
useNavigationType
is used to detectback/forward
navigation for state synchronizationI can make PR if you find this feature useful