Dealing with links in Next.js Blog

added by JavaScript Kicks
1/3/2020 8:50:09 AM

1268 Views

Next.js is an excellent tool for building web applications with React. I kinda see it as Ruby on Rails for React applications. It packs a lot of goodies. One of those goodies is that it handles routing for you. However, over the years, I have used various routing libraries - a couple versions of react-router, found, Navi, and now Next.


0 comments