Next JS Complete Course
Video thumbnail for Introduction to Next.js _ NextJs Tutorial for Beginners #1
Introduction to Next.js _ NextJs Tutorial for Beginners #1

codehunter.online

"Introduction to Next.js" is the first tutorial video in a series aimed at beginners interested in learning Next.js, a popular React framework for building web applications. In this video, viewers are introduced to the basics of Next.js, including its fea

Video thumbnail for Our first Next.js website _ NextJs Tutorial for Beginners #2
Our first Next.js website _ NextJs Tutorial for Beginners #2

codehunter.online

"Our First Next.js Website" is the second tutorial video in a series designed for beginners learning Next.js, a React framework for web development. In this video, viewers are guided through the process of creating their first Next.js website from scratch

Video thumbnail for File Based Routing in Next.js _ NextJs Tutorial for Beginners #3
File Based Routing in Next.js _ NextJs Tutorial for Beginners #3

codehunter.online

"File-Based Routing in Next.js" is the third tutorial video in a beginner-friendly series focused on learning Next.js, a React framework for web development. In this video, viewers are introduced to the concept of file-based routing, a powerful feature of

Video thumbnail for JavaScript and React Refresher for Next.js _ NextJs Tutorial for Beginners #4
JavaScript and React Refresher for Next.js _ NextJs Tutorial for Beginners #4

codehunter.online

"JavaScript and React Refresher for Next.js" is the fourth tutorial video in a series tailored for beginners learning Next.js, a React framework for web development. In this video, viewers are provided with a refresher on essential concepts in JavaScript

Video thumbnail for Project 1_ Hunting Coder - A Coder's Blog _ NextJs Tutorial for Beginners #5
Project 1_ Hunting Coder - A Coder's Blog _ NextJs Tutorial for Beginners #5

codehunter.online

"Project 1: Hunting Coder - A Coder's Blog" is the fifth tutorial video in a beginner-oriented series focusing on Next.js, a React framework for web development. In this video, viewers embark on a practical project-building journey where they create a cod

Video thumbnail for Head and Script Component in Next.js _ NextJs Tutorial for Beginners #6
Head and Script Component in Next.js _ NextJs Tutorial for Beginners #6

codehunter.online

The sixth tutorial video in the series "Head and Script Component in Next.js" focuses on introducing the concepts of the `<Head>` and `<Script>` components in Next.js. These components play crucial roles in managing metadata and injecting scripts into the

Video thumbnail for Image Component in Next.js _ NextJs Tutorial for Beginners #7
Image Component in Next.js _ NextJs Tutorial for Beginners #7

codehunter.online

The seventh tutorial video in the series, "Image Component in Next.js," introduces viewers to the powerful `<Image>` component in Next.js. This component simplifies the process of optimizing and displaying images on web pages, enhancing performance and us

Video thumbnail for Creating Multiple Pages in Next.js _ NextJs Tutorial for Beginners #8
Creating Multiple Pages in Next.js _ NextJs Tutorial for Beginners #8

codehunter.online

The eighth tutorial video in the series, "Creating Multiple Pages in Next.js," focuses on guiding beginners through the process of building a multi-page Next.js application. Viewers learn how to create additional pages within their Next.js projects and se

Video thumbnail for Link component in Next.js -  Understanding next_link _ NextJs Tutorial for Beginners #9
Link component in Next.js - Understanding next_link _ NextJs Tutorial for Beginners #9

codehunter.online

The ninth tutorial video in the series, "Link component in Next.js - Understanding next_link," provides beginners with a comprehensive overview of the `<Link>` component in Next.js. This essential component facilitates client-side navigation between pages

Video thumbnail for Component Level CSS in Next.js _ NextJs Tutorial for Beginners #10
Component Level CSS in Next.js _ NextJs Tutorial for Beginners #10

codehunter.online

In the tenth tutorial video of the series, "Component Level CSS in Next.js," beginners are introduced to the concept of styling individual components in Next.js applications. The tutorial focuses on utilizing Component Level CSS, a method that allows deve

Video thumbnail for Adding Global Styles in Next.js _ NextJs Tutorial for Beginners #11
Adding Global Styles in Next.js _ NextJs Tutorial for Beginners #11

codehunter.online

In the eleventh tutorial video titled "Adding Global Styles in Next.js," beginners are guided through the process of incorporating global styles into Next.js applications. This tutorial demonstrates how to define and apply global CSS styles across all pag

Video thumbnail for Styled jsx in Next.js _ NextJs Tutorial for Beginners #12
Styled jsx in Next.js _ NextJs Tutorial for Beginners #12

codehunter.online

In the twelfth tutorial video titled "Styled JSX in Next.js," beginners are introduced to the powerful styling solution provided by Next.js called Styled JSX. This tutorial covers how to use Styled JSX, a CSS-in-JS library built into Next.js, to style Rea

Video thumbnail for Basic Cleanup of Hunting Coder Blog _ NextJs Tutorial for Beginners #13
Basic Cleanup of Hunting Coder Blog _ NextJs Tutorial for Beginners #13

codehunter.online

In the thirteenth tutorial video titled "Basic Cleanup of Hunting Coder Blog," beginners are guided through the process of performing essential cleanup tasks on the "Hunting Coder" blog project created earlier in the series. This tutorial covers various c

Video thumbnail for Displaying Navbar on all pages _ NextJs Tutorial for Beginners #14
Displaying Navbar on all pages _ NextJs Tutorial for Beginners #14

codehunter.online

In the fourteenth tutorial video titled "Displaying Navbar on all pages," beginners are provided with guidance on how to create a consistent navigation experience across all pages of a Next.js application. This tutorial demonstrates how to implement a nav

Video thumbnail for Creating Blog and Blogpost page _ NextJs Tutorial for Beginners #15
Creating Blog and Blogpost page _ NextJs Tutorial for Beginners #15

codehunter.online

In the fifteenth tutorial video, "Creating Blog and Blogpost Page," beginners are guided through the process of building essential pages for a blog within a Next.js application. The tutorial covers creating both the main blog page, where all blog posts ar

Video thumbnail for Adding blog jsons as data _ NextJs Tutorial for Beginners #16
Adding blog jsons as data _ NextJs Tutorial for Beginners #16

codehunter.online

In the sixteenth tutorial video, "Adding Blog JSONs as Data," beginners are instructed on how to incorporate JSON files as data sources for their Next.js blog project. This tutorial covers the process of structuring and formatting JSON files to represent

Video thumbnail for Introduction to API Routes in Next.js _ NextJs Tutorial for Beginners #17
Introduction to API Routes in Next.js _ NextJs Tutorial for Beginners #17

codehunter.online

In the seventeenth tutorial video, "Introduction to API Routes in Next.js," beginners are introduced to the concept of API routes and how to implement them within a Next.js application. The tutorial covers the basics of creating API routes, which enable d

Video thumbnail for Creating endpoints to get one_all blogposts _ NextJs Tutorial for Beginners #18
Creating endpoints to get one_all blogposts _ NextJs Tutorial for Beginners #18

codehunter.online

In the eighteenth tutorial video, "Creating Endpoints to Get One/All Blog Posts," beginners are guided through the process of setting up API endpoints within a Next.js application to retrieve blog post data. This tutorial focuses on creating endpoints to

Video thumbnail for Using the API Endpoints _ NextJs Tutorial for Beginners #19
Using the API Endpoints _ NextJs Tutorial for Beginners #19

codehunter.online

In the nineteenth tutorial video, "Using the API Endpoints," beginners are shown how to integrate the API endpoints created in the previous tutorial into their Next.js application. This tutorial focuses on making requests to these endpoints from client-si

Video thumbnail for Fetching BlogPost using _getblog Endpoint _ NextJs Tutorial for Beginners #20
Fetching BlogPost using _getblog Endpoint _ NextJs Tutorial for Beginners #20

codehunter.online

In the twentieth tutorial video, "Fetching BlogPost using _getblog Endpoint," beginners are guided through the process of fetching individual blog posts from a Next.js application using a custom `_getblog` API endpoint. This tutorial focuses on implementi

Video thumbnail for Prerendering Strategies in Next.js _ NextJs Tutorial for Beginners #21
Prerendering Strategies in Next.js _ NextJs Tutorial for Beginners #21

codehunter.online

In the twenty-first tutorial video, "Prerendering Strategies in Next.js," beginners are introduced to various prerendering strategies available in Next.js for optimizing website performance. This tutorial covers the concepts of server-side rendering (SSR)

Video thumbnail for Server Side Rendering - getServerSideProps() in Next.js _ NextJs Tutorial for Beginners #22
Server Side Rendering - getServerSideProps() in Next.js _ NextJs Tutorial for Beginners #22

codehunter.online

In the twenty-second tutorial video, "Server Side Rendering - getServerSideProps() in Next.js," beginners are introduced to the `getServerSideProps()` function in Next.js, which enables server-side rendering (SSR) for dynamic data fetching. This tutorial

Video thumbnail for Static site generation, getStaticProps() & getStaticPaths _ NextJs Tutorial for Beginners #23
Static site generation, getStaticProps() & getStaticPaths _ NextJs Tutorial for Beginners #23

codehunter.online

In the twenty-third tutorial video, "Static Site Generation, getStaticProps() & getStaticPaths," beginners are introduced to static site generation (SSG) in Next.js and the corresponding functions `getStaticProps()` and `getStaticPaths()`. This tutorial f

Video thumbnail for Rendering HTML text using dangerouslySetInnerHTML in Next.js _ NextJs Tutorial for Beginners #24
Rendering HTML text using dangerouslySetInnerHTML in Next.js _ NextJs Tutorial for Beginners #24

codehunter.online

In the twenty-fourth tutorial video, "Rendering HTML Text using dangerouslySetInnerHTML in Next.js," beginners are guided through the process of rendering HTML content within their Next.js applications using the `dangerouslySetInnerHTML` attribute. This t

Video thumbnail for Creating an API to save Contact Data _ NextJs Tutorial for Beginners #25
Creating an API to save Contact Data _ NextJs Tutorial for Beginners #25

codehunter.online

In the twenty-fifth tutorial video, "Creating an API to Save Contact Data," beginners are shown how to develop a custom API endpoint in a Next.js application to handle the storage and retrieval of contact information. This tutorial focuses on implementing