What problem does it solve?
This Skill provides a comprehensive guide to modern frontend development standards using React 19 and Next.js 16, ensuring consistency, performance, and maintainability in the L2C system.
Core Features & Use Cases
- Component Models: Clear distinction and usage guidelines for Server Components vs. Client Components.
- Data Fetching Strategies: Prioritized methods for efficient and performant data retrieval, including
async/await, use(), and React Query.
- Data Mutations: Standardized approach to handling data changes via Server Actions and
useActionState.
- Caching & Error Handling: Best practices for caching data and robust error boundary implementation.
- Use Case: A new developer joins the L2C project and needs to understand how to correctly fetch data for a new page, handle form submissions, and manage loading/error states according to the established project standards.
Quick Start
Consult the frontend development guidelines before implementing any new UI components or pages.