What is next JS
A framework for building fast and search engine friendly applications
It is built on top of react
Framework= libs(react) + tools + conventions
Next JS has routing library
Compiler
Cli
Node JS run time
Using next JS we can develop full stack application with the help of web browser for front end and node JS run time for back end.
Server side rendering- fast and search engine friendly.