
From React To NextJS
NextJS builds on top of React, adding features that simplify the development of modern web applications.
read
An Overview
The subject matter of this blog is its own implementation. The code that built it will be examined.
read
The Layout, Header and Footer
The layout of a blog plays a crucial role in how it is navigated by its visitors.
read
How Individual Posts Work
The individual posts in this Next.js blog are displayed with dynamic routing.
read
External Libraries
This blog's Markdown content is transformed into styled HTML with the React Markdown, React Syntax Highlighter and Graymatter libraries.
read
Designing the Homepage
The homepage serves as the entry point to our blog, displaying its articles in an organized layout.
read
Styling
The look and feel of this blog is defined with a global CSS file and some JSX scoped styles.
read
Extending the Blog
While our static blog provides core functionality, there is always room for improvement.
read