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


Complete and Continue  
Discussion

0 comments