Skip to content

Commit 853a120

Browse files
committed
fix(react): Linter complaining about duplicate headlines
1 parent e79d292 commit 853a120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

courses/frontend/react/week5/session-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Discuss when to use SSR (dynamic data, personalization, etc.)
1919
- Discuss when to use SSG (static content, blogs, documentation, etc.)
2020

21-
#### Server Components
21+
#### Server Components for SSR
2222

2323
- Explain how [Server Components](https://react.dev/reference/rsc/server-components) can speed up load times by directly sending HTML to the browser
2424
- Introduce the `"use server"` directive, allowing React components to be rendered on the server
@@ -186,7 +186,7 @@
186186
- Does it show the time?
187187
- [Refer to the docs when in doubt](https://nextjs.org/docs/app/getting-started/updating-data#creating-server-functions)
188188

189-
#### API Routes
189+
#### Trying out API Routes
190190

191191
- Create a Hello World API route at `/api/hello` that returns the following JSON
192192

0 commit comments

Comments
 (0)