React Server Component and State Management Library - Recoil
Introduction React Server Component
https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html
Recoil - React State Management Library
React is introducing a new state management library by using context API under the hood.
Main benefits of using Recoil is that it fully supports React.Suspense feature for asynchronous operations.
https://recoiljs.org/