React Server Components & Server Actions
Learning Objectives
By the end of this chapter, you will be able to do the following:
- Create and use React Server Components (RSCs)
- Describe how (and when) RSCs are executed and rendered to the screen
- Fetch data and perform asynchronous operations with the help of RSCs
- Draw server-client boundaries by building and using client components
- Perform server-side data mutations with the help of Server Actions
- Update the user interface (UI) in response to Server Actions