关于
The RSC Data Fetching Optimizer is designed to help developers modernize their Next.js applications by migrating from client-side fetching patterns to React Server Components (RSC). It identifies common performance bottlenecks like loading spinners and waterfall fetches caused by useEffect and useState hooks, providing a structured workflow to refactor code into server-side logic. By moving data fetching to the server, this skill helps reduce bundle sizes, improves initial page load times, and enhances SEO by ensuring content is present in the initial HTML response.