DEV Community

Discussion on: Kushy Frontend in NextJS

Collapse
 
richardsprins profile image
Richard S Prins Jr. • Edited

Edit: as this was posted in 2018 there have been a lot of changes to Next since.

Some of these features you say Next doesn't have, they indeed do have. Dynamic routing using a catchall page route and next/router params, even static generation using getStaticPaths, they don't have a native auth feature but its super simple to implement something like Firebase or NextAuth as needed. Layouts allow us to protect pages with sensitive data needs, and tbh you should deploy to vercel as Heroku has a long startup time which kills your page load speed on warm up if the heroes server isn't constantly being pinged for your app.

Collapse
 
whoisryosuke profile image
Ryosuke

This article is like...3 years old.

Collapse
 
richardsprins profile image
Richard S Prins Jr.

Thus my edit