DEV Community

Discussion on: State of JavaScript 2020 Results are declared!

 
myogeshchavan97 profile image
Yogesh Chavan

Next.js allows us to write both front-end and back-end code. It runs on the server-side. So using just Next.js we can write front-end code using React and also back-end code. Usually backend code is written under pages/api folder in Next.js app