lmeireles / react-boilerplate

React base using Context Global + Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-boilerplate

This project is a boilerplate for React, including:

  • React
  • Context
  • Hooks (useReducer, useContext)
  • State Global using Context + Hooks
  • Custom Hooks (Like redux Thunks)
  • Axios
  • Simple Authentication
  • Private-Route
  • Styled-component with GlobalStyle

Features:

  • Grid
  • Common Components

Build

Run: npm install

After run: npm start

Enjoy and feels free to create new features and open pull requests!

About

React base using Context Global + Hooks


Languages

Language:JavaScript 91.1%Language:HTML 8.9%