Search Torrents
|
Browse Torrents
|
48 Hour Uploads
|
TV shows
|
Music
|
Top 100
Audio
Video
Applications
Games
Porn
Other
All
Music
Audio books
Sound clips
FLAC
Other
Movies
Movies DVDR
Music videos
Movie clips
TV shows
Handheld
HD - Movies
HD - TV shows
3D
Other
Windows
Mac
UNIX
Handheld
IOS (iPad/iPhone)
Android
Other OS
PC
Mac
PSx
XBOX360
Wii
Handheld
IOS (iPad/iPhone)
Android
Other
Movies
Movies DVDR
Pictures
Games
HD - Movies
Movie clips
Other
E-books
Comics
Pictures
Covers
Physibles
Other
Details for:
React Simplified - Next.js
react simplified next js
Type:
Other
Files:
106
Size:
1.9 GB
Uploaded On:
April 3, 2025, 8:20 p.m.
Added By:
abdenna
Seeders:
10
Leechers:
6
Info Hash:
77736C868390A9ED2F1D17090169D24BE9F83A77
Get This Torrent
This course is a little bit interesting in the way it’s structured because it’s actually divided into two main parts. That’s because Next.js has two main ways of rendering and using it. These two ways are fundamentally different in the way they work, which is why the course is divided into two different parts. The first main part will focus on the application router. You will notice that there are several sections in this course that will be prefixed by the application router. That way you know that they are specifically about the application router. After that, I have a few sections specifically about the page catalog. So you know there’s a specific section for application router and there’s a specific section for page catalog. Finally, at the very end of the course, there is a general section that will apply to both the application router and the page catalog. It doesn’t matter which way you plan to actually render your Next.js applications. This general section applies to both of these different paradigms. The nice thing about Next.js is that you can use both of these paradigms at the same time, but the app router is a new way of doing things. I personally find it more enjoyable and easier to work with, whereas the page catalog is technically the old way of doing things, but it’s actually not that old and many companies still use it, so I’ve included both parts in this course
Get This Torrent
1. Important Updates/1.01 - Next 15 Updates.vtt
3.6 KB
1. Important Updates/1.01-Next-15-Updates.mp4
14.6 MB
1. Important Updates/IMPORTANT Next.js 15 Update.md
2.1 KB
2. Introduction/2.01 - Course Introduction.vtt
4.8 KB
2. Introduction/2.01-Course-Introduction.mp4
24.8 MB
2. Introduction/2.02 - What Is Next.js.vtt
9.4 KB
2. Introduction/2.02-What-Is-Next.js.mp4
14.5 MB
3. Geting Started/3.01 - Your First Next.js Project.vtt
21.3 KB
3. Geting Started/3.01-Your-First-Next.js-Project.mp4
36.6 MB
3. Geting Started/3.02 - Routing Basics.vtt
23.9 KB
3. Geting Started/3.02-Routing-Basics.mp4
37.0 MB
3. Geting Started/3.03 - Metadata.vtt
20.3 KB
3. Geting Started/3.03-Metadata.mp4
39.1 MB
3. Geting Started/3.04 - Loading & Errors.vtt
27.9 KB
3. Geting Started/3.04-Loading-_-Errors.mp4
37.9 MB
3. Geting Started/3.05 - Dynamic Routes.vtt
26.8 KB
3. Geting Started/3.05-Dynamic-Routes.mp4
37.7 MB
3. Geting Started/3.06 - TypeScript Setup.vtt
5.6 KB
3. Geting Started/3.06-TypeScript-Setup.mp4
9.6 MB
3. Geting Started/3.07 - Read Only Blog Introduction.vtt
5.5 KB
3. Geting Started/3.07-Read-Only-Blog-Introduction.mp4
11.1 MB
3. Geting Started/3.08 - Read Only Blog Walkthrough.vtt
85.6 KB
3. Geting Started/3.08-Read-Only-Blog-Walkthrough.mp4
121.9 MB
4. Data Fetching & Caching/4.01 - Data Fetching.vtt
19.7 KB
4. Data Fetching & Caching/4.01-Data-Fetching.mp4
33.5 MB
4. Data Fetching & Caching/4.02 - Request Memoization Cache.vtt
18.7 KB
4. Data Fetching & Caching/4.02-Request-Memoization-Cache.mp4
31.0 MB
4. Data Fetching & Caching/4.03 - Data Cache.vtt
45.5 KB
4. Data Fetching & Caching/4.03-Data-Cache.mp4
79.7 MB
4. Data Fetching & Caching/4.04 - Full Route Cache.vtt
22.2 KB
4. Data Fetching & Caching/4.04-Full-Route-Cache.mp4
35.1 MB
4. Data Fetching & Caching/4.05 - Router Cache.vtt
17.0 KB
4. Data Fetching & Caching/4.05-Router-Cache.mp4
27.2 MB
4. Data Fetching & Caching/4.06 - DynamicIO.vtt
57.6 KB
4. Data Fetching & Caching/4.06-DynamicIO.mp4
61.6 MB
4. Data Fetching & Caching/4.07 - Caching Recap.vtt
20.7 KB
4. Data Fetching & Caching/4.07-Caching-Recap.mp4
24.0 MB
4. Data Fetching & Caching/Next.js Caching.excalidraw
166.7 KB
5. Rendering/5.01 - Server vs Client Components.vtt
51.6 KB
5. Rendering/5.01-Server-vs-Client-Components.mp4
84.5 MB
5. Rendering/5.02 - Dynamic vs Static.vtt
29.3 KB
5. Rendering/5.02-Dynamic-vs-Static.mp4
45.2 MB
5. Rendering/5.03 - Dynamic Functions.vtt
27.2 KB
5. Rendering/5.03-Dynamic-Functions.mp4
35.9 MB
5. Rendering/5.04 - Static Paths.vtt
17.0 KB
5. Rendering/5.04-Static-Paths.mp4
26.1 MB
5. Rendering/5.05 - Blog Updates Introduction.vtt
14.8 KB
5. Rendering/5.05-Blog-Updates-Introduction.mp4
13.7 MB
5. Rendering/5.06 - Blog Updates Walkthrough.vtt
41.5 KB
5. Rendering/5.06-Blog-Updates-Walkthrough.mp4
43.8 MB
5. Rendering/5.07 - Blog Updates DynamicIO.vtt
13.1 KB
5. Rendering/5.07-Blog-Updates-DynamicIO.mp4
14.2 MB
6. Data Mutation/6.01 - Server Actions With Forms.vtt
54.4 KB
6. Data Mutation/6.01-Server-Actions-With-Forms.mp4
86.6 MB
6. Data Mutation/6.02 - Server Actions Not In Forms.vtt
22.3 KB
6. Data Mutation/6.02-Server-Actions-Not-In-Forms.mp4
33.7 MB
6. Data Mutation/6.03 - Blog Mutation Introduction.vtt
13.3 KB
6. Data Mutation/6.03-Blog-Mutation-Introduction.mp4
13.8 MB
6. Data Mutation/6.04 - Blog Mutation Walkthrough.vtt
84.5 KB
6. Data Mutation/6.04-Blog-Mutation-Walkthrough.mp4
92.6 MB
6. Data Mutation/6.05 - Blog Mutation DynamicIO.vtt
7.3 KB
6. Data Mutation/6.05-Blog-Mutation-DynamicIO.mp4
7.8 MB
7. Advanced Routing/7.01 - Templates.vtt
12.9 KB
7. Advanced Routing/7.01-Templates.mp4
18.6 MB
7. Advanced Routing/7.02 - Route Groups.vtt
22.8 KB
7. Advanced Routing/7.02-Route-Groups.mp4
32.4 MB
7. Advanced Routing/7.03 - Parallel Routes.vtt
51.9 KB
7. Advanced Routing/7.03-Parallel-Routes.mp4
77.4 MB
7. Advanced Routing/7.04 - Intercepting Routes.vtt
47.8 KB
7. Advanced Routing/7.04-Intercepting-Routes.mp4
67.2 MB
7. Advanced Routing/7.05 - Route Handlers.vtt
32.5 KB
7. Advanced Routing/7.05-Route-Handlers.mp4
53.5 MB
7. Advanced Routing/7.06 - after Function.vtt
8.4 KB
7. Advanced Routing/7.06-after-Function.mp4
9.1 MB
8. Pages Directory/8.01 - Your First Next.js Pages Directory App.vtt
8.5 KB
8. Pages Directory/8.01-Your-First-Next.js-Pages-Directory-App.mp4
12.1 MB
8. Pages Directory/8.02 - Routing.vtt
14.0 KB
8. Pages Directory/8.02-Routing.mp4
22.1 MB
8. Pages Directory/8.03 - Metadata.vtt
6.0 KB
8. Pages Directory/8.03-Metadata.mp4
13.4 MB
8. Pages Directory/8.04 - Special Files.vtt
15.2 KB
8. Pages Directory/8.04-Special-Files.mp4
22.1 MB
8. Pages Directory/8.05 - Rendering Modes.vtt
17.7 KB
8. Pages Directory/8.05-Rendering-Modes.mp4
22.9 MB
8. Pages Directory/8.06 - getServerSideProps.vtt
19.7 KB
8. Pages Directory/8.06-getServerSideProps.mp4
33.6 MB
8. Pages Directory/8.07 - getStaticProps & getStaticPaths.vtt
19.2 KB
8. Pages Directory/8.07-getStaticProps-_-getStaticPaths.mp4
34.3 MB
8. Pages Directory/8.08 - getInitialProps.vtt
5.7 KB
8. Pages Directory/8.08-getInitialProps.mp4
10.8 MB
8. Pages Directory/8.09 - Data Mutation.vtt
20.2 KB
8. Pages Directory/8.09-Data-Mutation.mp4
37.2 MB
8. Pages Directory/8.10 - Blog Project Introduction.vtt
12.0 KB
8. Pages Directory/8.10-Blog-Project-Introduction.mp4
12.6 MB
8. Pages Directory/8.11 - Blog Project Walkthrough.vtt
94.8 KB
8. Pages Directory/8.11-Blog-Project-Walkthrough.mp4
145.7 MB
9. Shared Features/9.01 - Fonts.vtt
23.3 KB
9. Shared Features/9.01-Fonts.mp4
34.4 MB
9. Shared Features/9.02 - Images.vtt
24.3 KB
9. Shared Features/9.02-Images.mp4
44.1 MB
9. Shared Features/9.03 - Scripts.vtt
15.5 KB
9. Shared Features/9.03-Scripts.mp4
20.7 MB
9. Shared Features/9.04 - Forms.vtt
6.2 KB
9. Shared Features/9.04-Forms.mp4
7.0 MB
React Simplified - Next.js.txt
980 bytes
github.txt
55 bytes
Similar Posts:
Category
Name
Uploaded
Other
WebDevSimplified | React Simplified - Next.js [FCO]
Nov. 21, 2024, 3:20 p.m.
E-books
Crump S. Simplify Testing with React Testing Library...2021
Jan. 30, 2023, 11:23 p.m.