Next-Plate features all the latest tools and good practices in web development.
Framework
- βοΈΒ Next.jsΒ β A complete React framework for hybrid and server rendering
Data Fetching
- β³οΈΒ React QueryΒ β Hooks for fetching, caching and updating asynchronous data in React
- βοΈΒ SWRΒ (alternative for React Query) β A React Hooks library for data fetching
- πΒ AxiosΒ β Promise based HTTP client for the browser and Node.js
State Management
- π»Β ZustandΒ β A small, fast and scalable bearbones state-management solution using simplified flux principles
Design System and Animations
- π¨Β Chakra-UIΒ β A simple, modular and accessible component library that gives you the building blocks to build your React applications
- ποΈΒ Framer MotionΒ β A production-ready motion library for React
- β¨Β React IconsΒ β A collection of popular icons to React projects
Form Validation
- πΒ React Hook FormΒ β Performant, flexible and extensible forms with easy-to-use validation
- π¨Β YupΒ β A schema builder for runtime value parsing and validation
Tests
- πΒ JestΒ β A delightful JavaScript Testing Framework with a focus on simplicity
- πΒ Testing LibraryΒ β Simple and complete testing utilities that encourage good testing practices
Design Patterns
- βΒ ESLintΒ β Find and fix problems in your JavaScript code
- πΒ PrettierΒ β An opinionated code formatter, supporting multiple languages and code editors
- πΊΒ HuskyΒ β Modern native Git hooks made easy
- π©Β lint-stagedΒ β Run linters against staged git files and don't letΒ π©Β slip into your code base
- πΒ commitlintΒ β Helps your team adhering to a commit convention
- π·οΈΒ Standard VersionΒ β A utility for versioning using semver and CHANGELOG generation powered by Conventional Commits
Analysis
- π΅π»ββοΈΒ why-did-you-renderΒ (optional) β Notify you about potentially avoidable re-renders
Additional Plugins
- ποΈΒ next-compose-pluginsΒ β Provides a cleaner API for enabling and configuring plugins for Next.js
- π±Β next-pwaΒ β A PWA plugin for Next.js
- πΒ next-seoΒ β A plugin that makes managing your SEO easier in Next.js projects
- π€Β next-sitemapΒ β Sitemap generator for Next.js