Skip to content

Commit f238c9d

Browse files
committed
lessons outline
1 parent d1f6a39 commit f238c9d

File tree

1 file changed

+43
-14
lines changed

1 file changed

+43
-14
lines changed
Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,47 @@
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

0 commit comments

Comments
 (0)