Reactjs – Why use server actions in server components in NextJS?
I understand the use of server actions in client components, for form submission for example or any other mutation. As for data fetching, in server component we can directly access the db so that's great. And in client components it's…