Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.03 KB

project-template-react

React Project Template with Next.js, styled-components and Styleguidist

Contents

This project template contains the essential setup for a new Next.js React App.

App Stack

  • Next.js - React Framework for SSR, code-splitting, page indexing and static generation Docs
  • styled-components - CSS in JS - Docs
  • final-form - React form handling - Docs
  • prop-types Docs
  • unstated - state, without the hassle - Docs

Dev Stack

  • babel-plugin-module-resolver - Resolve folder paths for shorter imports - Docs
  • eslint + Prettier - Format and lint code - Docs
  • lint-staged - Lint on add to commit - Docs