React Server Components (RSC) are a new addition to the React ecosystem that allow components to be rendered exclusively on the server. Unlike traditional React components that run entirely on the client. This allows us to do things like write databa...
blogs.shivangyadav.com3 min read
No responses yet.