Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viniarruda/react-boilerplate

React base using Context Global + Hooks
https://github.com/viniarruda/react-boilerplate

boilerplate context-hooks hacktoberfest react react-boilerplate react-context-hooks react-global-state react-hooks react-hooks-redux react-template

Last synced: 3 months ago
JSON representation

React base using Context Global + Hooks

Awesome Lists containing this project

README

        

# 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

# Build

Run: ```npm install```

After run: ```npm start```

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