Build a Blog App in 1 hour — Code Along (NextJS 13)

Learn how to create a blog app in under 1 hour. Learn to keep content in MD (markdown file) and display it on your pages.

Filip Jerga
Eincode
Nov 14, 2022

--

Resources

Project: https://github.com/Jerga99/youtube-next13-static-blog

Courses: https://academy.eincode.com/

You can watch the video here:

Discover new Next 13 Features such as:

  • app Directory (beta): Easier, faster, less client JS.
  • Layouts — React Server Components
  • New next/image (stable)
  • Improved next/link

What is Next.js?

Next.js is a React-based framework that provides infrastructure and simple development experience for server-side rendered(SSR) & static page applications. An intuitive page-based routing system (with support for dynamic routes) Pre-rendering, both static generation (SSG) and server-side rendering (SSR), are supported on a per-page basis

Cheers,

Filip

--

--