next-react-router icon indicating copy to clipboard operation
next-react-router copied to clipboard

A documented attempt of using Next.js + react-router

Results 4 next-react-router issues
Sort by recently updated
recently updated
newest added
trafficstars

PSA for the community: since the release of Next.js 9.5 the custom server (`/server.js`) approach to this is no longer recommended by the Next.js team. Instead you should use `rewrites`...

Hi 👋🏼 I'm probably wondering and would like to know the difference between your work and [After.js](https://github.com/jaredpalmer/after.js)? is it just like "the seperated part" tool? Btw great work and I'm...

Hi there! Thank you for creating this integration! To give you some background I was trying to use the vanilla next-router with semantic-ui-react (one of their menu components had some...

I wonder if there is any way to prefetch data during SSR like NextJS provides convenient `SomePage.getInitialProps` functionality following the approach? Btw, Great job! I’ve been dreaming about NextJS+RR for...