Skip to content

A react setup with hooks, global state and flow

Notifications You must be signed in to change notification settings

ptzagk/react-awesome-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Awesome Setup

This is a setup I use myself to build new projects. The goal is to actually update this project whenever I create a new project.

Tech

This setup includes:

  • React 16.8
  • React router with lazy loading components
  • Flow type checking
  • Using React HookStore for global state
  • Using react HookStore in combination with LocalStorage to remember state on page load
  • Using react hooks for fetching mock data to local state
  • Using Firebase to remember state
  • Material UI
  • Enabled service worker

Still missing

  • Suspense

Run it

git clone https://github.com/tonygustafsson/react-awesome-setup.git
cd react-awesome-setup
npm start

About

A react setup with hooks, global state and flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published