fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

v3.0.0 support of next.js #57

Closed oliviertassinari closed 7 years ago

oliviertassinari commented 7 years ago

Thanks for this great project. I have been trying out the latest release of next.js: 3.0.0-beta16. I have noticed that the Link component of next-routes wasn't able to change the current route. Is this library supporting that version of next.js yet?

HaNdTriX commented 7 years ago

@oliviertassinari thanks for your feedback! I am using next-routes with next@beta-3 and it works fine. Could you provide some more infos?

Test Case:

$ curl curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-next-routes
$ cd with-next-routes
$ yarn install && yarn upgrade next@beta && yarn dev 
oliviertassinari commented 7 years ago

That's good to know, I will dig more into the issue then.