Data Fetching in Server Components
๐ Notes:
- Itโs important to note that the async keyword is exclusive to Server Components at the moment, but there is chatter that it will be available in Client Components in the future. In other words, an async component does not automatically make it a Server Component. Itโs just a way to make a component asynchronous.
๐ Exercises
- ๐ Compare your work
Compare your implementation with the authorโs source code. - ๐ Recap all code changes
Review the source code changes introduced in this section.
0 comments