fridays / next-routes

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

Next-Routes Hooks #125

Closed ed-zm closed 6 years ago

ed-zm commented 6 years ago

Is there any hook in next-routes like in react-router? e.g: onEnter hook of react-router. I want to set my authentication/permission but didn't find anything similar in the docs. Thanks in advance

fridays commented 6 years ago

Please have a look at Next.js Router Events https://github.com/zeit/next.js/blob/canary/readme.md#router-events

Async things can be done in getInitialProps.

Hope it helps!