The JavaScript Dialect in the NextJS Framework
Development in NextJS can be done either in pure JavaScript, or in TypeScript. The language dialect can be selected during the NextJS installation.
Currently, development in TypeScript is more popular. For simplicity, however, we will start learning in pure JavaScript, and then in a separate tutorial section we will talk about what needs to be changed in our code to switch to TypeScript.