NextJS For Beginners

cover image

From React To NextJS

NextJS builds on top of React, adding features that simplify the development of modern web applications.

read
cover image

An Overview

The subject matter of this blog is its own implementation. The code that built it will be examined.

read
cover image

The Layout, Header and Footer

The layout of a blog plays a crucial role in how it is navigated by its visitors.

read
cover image

How Individual Posts Work

The individual posts in this Next.js blog are displayed with dynamic routing.

read
cover image

External Libraries

This blog's Markdown content is transformed into styled HTML with the React Markdown and Prism libraries.

read
cover image

Designing the Homepage

The homepage serves as the entry point to our blog, displaying its articles in an organized layout.

read
cover image

Styling

The look and feel of this blog is defined with a global CSS file and some JSX scoped styles.

read
cover image

Extending the Blog

While our static blog provides core functionality, there is always room for improvement.

read