This project was generated with superplate.
yarn
yarn dev
yarn build
yarn start
To learn more about superplate, please check out the Documentation.
Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
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.
Next.js has a built-in polyfill for the fetch API. You don't need to worry about using it on either server or client side.
Transform SVGs into React components.
Use environment variables in your next.js project for server side, client or both.
Use webpack-bundle-analyzer in your Next.js project. Visualize size of webpack output files with an interactive zoomable treemap.
Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.
Minimal GraphQL client supporting Node and browsers for scripts or simple apps
Hooks for fetching, caching and updating asynchronous data in React.
MobX is unopinionated and allows you to manage your application state outside of any UI framework.
MobX-State-Tree (also known as MST) is a state container system built on MobX, a functional reactive state library.
next-i18next is a plugin for Next.js projects that allows you to get translations up and running quickly and easily, while fully supporting SSR, multiple namespaces with codesplitting, etc.
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
An opinionated code formatter; Supports many languages; Integrates with most editors.
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.
Fast, easy and reliable testing for anything that runs in a browser.
MIT