소개
This skill provides a comprehensive decision framework for architecting modern React applications using the App Router. It guides developers in distinguishing between Server and Client components, implementing the 'Island Architecture' to keep client bundles small, and ensuring data flows correctly through serializable props. It is particularly useful for building high-performance Next.js applications that leverage server-side rendering while maintaining necessary interactivity at the component leaf nodes.