Making Your First Change
Explore how to make your first change in a Next.js project by editing the index.js file. Learn to use React JSX to customize your app's home page, remove unwanted elements, and add meaningful headings to define your app's purpose.
We'll cover the following...
We'll cover the following...
Pages
Your project has a home page, as you can see from the rendered version of your app:
What Next.js app will look like when first created
You can see the code that creates this page inside of ...