
Free Download Udemy - Learn NextJs By Building 10 Projects
Published: 3/2025
Created by: Thomas Sankara
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: All | Genre: eLearning | Language: English | Duration: 75 Lectures ( 11h 30m ) | Size: 5.3 GB
Build 10 NextJs projects to learn the intricacies of the React Framework
What you'll learn
Learn how to build any application using NextJs
Learn React Server and Client components
Client and Server-Side Rendering
Learn NextJs's File-based routing, nested routes, route groups and dynamic routing
Learn Data Fetching in both client and server components
Learn about the usePathname and useRouter hook
How to style a NextJs application
Requirements
Knowledge of how to structure a website using HTML
Knowledge of how to style a website using CSS
Tailwind CSS is a good addition but NOT REQUIRED
How to manipulate the DOM using JavaScript
Some knowledge of how React works with the virtual DOM and rendering components
Description
NextJs is an open source web development framework built by Vercel, and built upon the React JavaScript library. It has become one of the most beloved frameworks for front-end and back-end web developers because it offers server-side rendering by default, and static-site generation. Because it is a framework, NextJs handles a lot of nuances that React does not. For example:It has built in optimizations for images and fonts so that they don't cause a layout shift when your page loads.It uses React Suspense to enable dynamic HTML streaming from the server so that users can still interact with your website as more content is processed from the server.It uses React Server components by default which are more secure when querying data from a database and which provide and additional layer of security to your application because it's data is not saved on the client.NextJs allows us to make server components asynchronous. This allows us to use the async / await keywords when naming components in order to fetch data from a source. It allows for many CSS integrations including CSS modules, frameworks and CSS-in-JS libraries such as Emotion.It has support for Incremental Static Generation (ISR), caching, and the newly introduced, but still experimental Partial Prerendering (PPR).It has support for server actions which are asynchronous functions that can be run in both the server and client to execute in one network roundtrip.You can build your own API routes such as for authentication and webhooks thanks to its Route handlers.You can implement your own middleware.It uses a file-based routing system that allows for generating dynamic routes at build time, and nesting routes.NextJs is built on React, Turbopack, and Speedy Web Compiler (SWC).
Who this course is for
Beginner developers curious about React
Beginner developers curious about NextJS
Beginner developers who want to improve their front-end journey with NextJs
Homepage:
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Recommend Download Link Hight Speed | Please Say Thanks Keep Topic Live
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!