Next Plate

screenshot of Next Plate
nextjs
react
chakra-ui

A super template for Next.js with a pack of incredible tools

Overview

This template is a complete package for React projects, incorporating the best practices of JAMStack. It offers a range of features, tools, and configurations to streamline web development. The template is highly customizable, allowing users to edit or remove folders, code examples, and even the README file.

Features

  • Framework: Next.js - A comprehensive React framework for hybrid and server rendering
  • Data Fetching: React Query - Hooks for fetching, caching, and updating asynchronous data in React; SWR - A React Hooks library for data fetching (alternative for React Query); Axios - Promise-based HTTP client for the browser and Node.js
  • State Management and Hooks: Zustand - A small, fast, and scalable state management solution using simplified flux principles; react-use - Collection of essential React Hooks
  • Design System and Animations: Chakra-UI - A simple, modular, and accessible component library for building React applications; Framer Motion - A production-ready motion library for React; React Icons - A collection of popular icons for 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 JavaScript Testing Framework with a focus on simplicity; Testing Library - Simple and complete testing utilities that encourage good testing practices
  • Design Patterns: ESLint - A tool for finding and fixing problems in JavaScript code; Prettier - An opinionated code formatter supporting multiple languages and code editors; Husky - Git hooks made easy; lint-staged - Run linters against staged git files and prevent code issues; commitlint - Enforce commit convention; Standard Version - A utility for versioning using semver and CHANGELOG generation powered by Conventional Commits
  • Analysis: why-did-you-render (optional) - Notify 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 for managing SEO in Next.js projects; next-sitemap - Sitemap generator for Next.js; Partytown - Relocate resource-intensive third-party scripts off the main thread and into a web worker
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

Pwa

A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Zustand

Zustand is a lightweight state management library for React that provides a simple and intuitive API for managing state in your application. It allows developers to easily create and manage global state, and provides a powerful set of tools for optimizing performance and improving developer productivity. Zustand is designed to be easy to use and easy to learn, making it a popular choice for developers of all skill levels.