next-js-framework
Next.js Framework Skill
Overview
Master Next.js for building production-ready React applications with server-side rendering, static site generation, and API routes.
Learning Objectives
- Understand Next.js fundamentals
- Implement SSR and SSG
- Build API routes
- Optimize performance
- Deploy to production
Quick Start
Installation
npx create-next-app@latest my-app
cd my-app
npm run dev
More from pluginagentmarketplace/custom-plugin-react
redux-state-management
Master Redux Toolkit for production state management including slices, async thunks, RTK Query, and error handling
21react-performance
Master React performance optimization with memoization, code splitting, profiling, and Web Vitals monitoring
21react-router
Master React Router v6 for production routing with error boundaries, lazy loading, and navigation guards
16react-testing-library
Write production-grade React tests with Testing Library, MSW, and comprehensive coverage patterns
16component-library
Build production-grade, accessible, and tested component libraries with Storybook, Chromatic, and design tokens
13react-hooks-patterns
Master React Hooks including useState, useEffect, useContext, useReducer, and custom hooks with production-grade patterns
13