Aditya Gupta

Aditya Gupta

React Foundations for Next.js

React Foundations For Next

If you are jumping directly into Next.js, it can be difficult. Next.js is built on top of React, and to build an application using it, you must know React.js key concepts and fundamentals. Even if you have a basic understanding…

Next.js CLI: Commands You Must Know

Next Js CLI

Next.js provides a command line interface using which we can save our time spent in building and configuring a Next.js app. These include commands to start a local development server, change the default port, run ESLint, generate static HTML files…