概要
The RSC Data Optimizer is a specialized skill designed to improve Next.js App Router performance by refactoring inefficient client-side fetching patterns into optimized server-side logic. It identifies performance bottlenecks like loading spinners and 'waterfall' fetches caused by useEffect and useState, then provides a structured workflow to migrate code to React Server Components (RSC). By leveraging server-side rendering, this tool helps developers drastically reduce initial page load times, improve SEO by ensuring content is present in the initial HTML, and streamline the bridge between database types and frontend requirements using the Type Adapter pattern.