I have done more reading on next's server components have got a few questions which I didn't really find the answers to:
- If I pass a server component to a client component, and render it inside the client component, will the nested server component be shown on the browser before the client components or the interactive elements are rendered?
- Do I lose the server components benefits (like SEO) if I use UI frameworks for React that aren't ready for server components?
- If the server components render once, why does the data in them change when I revalidate the tags?