Skip to main content

Next

  • In nextjs pages/ every file serves as a route to the website.

  • Everything in the jsx file in nextjs will be rendered (complied to html or css) in the backend and then the code will be send to the browser. To verify this we can turn off js in browser but we still get the html and css. Usually the jsx will create a script that will run in the browser/client