File tree Expand file tree Collapse file tree 1 file changed +43
-14
lines changed
lessons/01-the-first-section Expand file tree Collapse file tree 1 file changed +43
-14
lines changed Original file line number Diff line number Diff line change 1- ---
2- title : " Introduction"
3- description : " The introduction to this course."
4- keywords :
5- - A course starter
6- - Next.js
7- - React
8- - Brian Holt
9- ---
1+ Class Outline
102
11- Hello! And welcome to the Next.js course starter by [ Brian Holt ] [ twitter ] .
3+ # Welcome to Intermediate React
124
13- ![ Cat, dog, and rat logo for the course] ( ./images/BRAND-WHearts.png )
5+ - Hi I'm Brian
6+ - What was in Intro and what will be in Intermediate
7+ - How Intermediate has changed, why you might want to check out v5
8+ - You need this set up
9+ - Intro to our project
1410
15- This is a course starter specifically made for making online courses and optimized for use with [ Frontend Masters ] [ fem ] .
11+ # What changed with React 19
1612
17- [ twitter ] : https://twitter.com/holtbt
18- [ fem ] : https://www.frontendmasters.com
13+ - Why Intermidate React changed a lot
14+ - Servers and how they can be helpful with React
15+ - When Servers are not helpful to React
16+ - RSCs
17+ - Functions
18+ - Actions
19+
20+ # Build your own Node.js + React framework
21+
22+ - Basic Node.js server
23+ - Basic React app
24+ - SSR?
25+ - Make your own RSC / use client/server
26+ - Make your own function
27+ - Make your own action
28+
29+ # Let's do it with Next.js
30+
31+ - Rebuild the app in Next
32+
33+ # Let's do it with TanStack Start
34+
35+ - Rebuild the app in TanStack
36+
37+ # Other options
38+
39+ - Discuss other options
40+
41+ # New patterns you can do with RSCs
42+
43+ - Stuff here
44+
45+ # Other concepts?
46+
47+ - Need to think if there's anything else I really want to cover here
You can’t perform that action at this time.
0 commit comments