Skip to content

Commit aee228f

Browse files
committed
fix(react): Adjust wording in Week 5 session plan
1 parent 0cfdaef commit aee228f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
#### Server Actions
8686

8787
- Introduce "Server Actions" as a specific type of Server Function
88-
- Provide context by mentioning plain old `<form>`s on the internet that are historically sent to a server for processing (we could say a "server function"!)
89-
- Explain how attaching a Server _Function_ to an `action` makes it a Server _Action_
88+
- Provide context by mentioning plain old `<form>`s on the internet that can be sent to a server for processing (we could call them "server functions"!)
89+
- Explain how attaching a Server _Function_ to a (form) `action` makes it a Server _Action_
9090

9191
#### API Routes
9292

@@ -101,18 +101,18 @@
101101

102102
- Introduce Vercel as the company behind Next.js, as well as a provider of cloud infrastructure
103103
- Explain how Vercel's hosting options allow developers to host Next.js applications with very little effort
104-
- Highlight that hosting on Vercel is perfect for a prototype or portfolio website built with React and/or Next.js
104+
- Highlight that hosting on Vercel is a good fit for a prototype or portfolio website built with React and/or Next.js
105105

106106
### Connecting a GitHub Repository With Vercel
107107

108-
- Demonstrate in the browser how a **public** GitHub repository from your account can be connected to Vercel and deployed with the click of a button
108+
- Demonstrate in the browser how a **public** GitHub repository from ones account can be connected to Vercel and deployed with the click of a button
109109
- Illustrate one way to get started with Vercel by installing the Vercel CLI globally `npm -g vercel`
110110
- Show logging in to Vercel using `vercel login` and using ones GitHub account
111111
- Show how one can deploy a local folder with a Next.js app using the `vercel deploy` CLI command
112112

113113
### Limitations of Vercel
114114

115-
- Mention that Vercel apparently works best for hosting Next.js applications or static websites
115+
- Mention that Vercel probably works best for hosting Next.js applications or static websites
116116
- Discuss how other frameworks are supported, but that the focus is likely on Next.js
117117
- Mention that knowledge about DNS, domains, npm, dependencies etc. is not required, but useful when managing a site on Vercel
118118
- Highlight that Vercel is well-suited for production applications, but that prices can apparently vary a lot based on usage

0 commit comments

Comments
 (0)