I'm curious how members of this channel use server actions, specifically if you use server actions to fetch data inside client components.
- do you call them in SWR, ReactQuery or you use useTransition() hook?
- how do you transfer data and objects like Error from action to client component?
Any discussion and thoughts about server actions are welcome!