nextjs

superplate

The frontend boilerplate with superpowers!

Docs
SASS/SCSS
Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.
Storybook
Storybook is an open source tool for developing UI components in isolation for React, Vue, Angular, and more. It makes building stunning UIs organized and efficient.
react-use
A Collection of useful React hooks.
React Redux
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
ESLint
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Prettier
An opinionated code formatter; Supports many languages; Integrates with most editors.
lint-staged
The concept of lint-staged is to run configured linter (or other) tasks on files that are staged in git.
Testing Library
The React Testing Library is a very light-weight solution for testing React components. It provides light utility functions on top of react-dom and react-dom/test-utils.
Github Actions
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub.