-
Understanding JSX: JavaScript Syntax Extension
- Introduction to
JSX - Syntax Extension
- Writing Markup with JSX in Next.js
- Introduction to
-
Configure TailwindCSS with Next.js
- Introduction to
Tailwind CSS
- Setting up Tailwind CSS in Next.js
- Introduction to
-
Setting Up ShadCN with Next.js
- Setting up
shadcn/ui
to the Next.js project - Using ShadCN with
Tailwind CSS v4
- Define a proper theme for the application
- Building responsive designs with Tailwind CSS and ShadCN
- Setting up
-
Creating Our First Static Page with Next.js
- What is
layout.jsx
andpage.jsx
? - Introduction to our Home page structure
- Header:
<header>...</header>
- Main:
<main>...</main>
- Footer:
<footer>...</footer>
- Header:
- What is
-
Creating React Components
- Creating our
First React Component
(Main Nav Bar) - Creating reusable components
- Reusing the
Main Nav Bar
component in theRoot Layout
- Creating our
-
Next.js Custom Tags
- Using
<Link>
tag fromnext/link
- Using
<Image>
tag fromnext/image
- Using