Summary: Next.js Basics and Built-In Components
Review the fundamental concepts and built-in components of Next.js.
We'll cover the following
Recap
In this chapter, we’ve covered many important concepts that make Next.js a great framework to work with. We now know how to:
Serve images correctly and with minimum effort
Navigate between pages by prefetching the destination page
Dynamically create and delete custom metadata
Create dynamic routes to make the user experience even more dynamic
Customize the
_app.js
and_document.js
files, which will allow us to keep our user interface consistent between all the application pages with minimum effort.
Get hands-on with 1400+ tech skills courses.