Tag: Architecture
All the articles with the tag "Architecture".
Component Architecture for React Server Components
Published:React Server Components let each component fetch the data it needs. Pages stop being giant loaders that prop-drill everything down. Here's how that changes how you architect a page, where loading boundaries live, and why it leads to better UX.