Dynamic Routes in Next.js


Summary of my bookmarked Github repositories from Oct 23rd, 2017

Github repositories

  • fridays/next-routes

    Next.js Dynamic Routes is a deprecated package that provided easy-to-use universal dynamic routing for Next.js. However, it is no longer maintained, and users are encouraged to refer to the Next.js documentation for current routing methods. The package offered features like express-style route and parameter matching, request handler middleware for Express and other frameworks, and link and router generation based on route definitions. The provided code examples demonstrate how to install and use the package on both the server and the client side.