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