6️⃣

3.6 Next JS

What is Next.js?

Write some stuff here. Heading 1 should be highlighted yellow and underlined.
For each part of our application, from UI and rendering to routing and scalability, we must decide whether we will build it ourselves or use frameworks/ libraries. We already know that React is helpful to build the UI, but the remaining parts of the application are ambiguous– giving rise to many third party tools and libraries.
Next.js is a React framework that allows us to simplify the development of modern web applications. Alongside React to build UI, Next.js provides tools for many features of an application including rendering, routing, data fetching, integration, and more.
The following chapter is a sibling course to this Introduction to React chapter.

Previous Section

5️⃣
3.5 State and Life-cycle Methods
⚖️
Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License. If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.