Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
/ react-saga-init Public archive

Bootstrap for admin panel in React+Redux+Saga with TypeScript

Notifications You must be signed in to change notification settings

Grzesie2k/react-saga-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-init

react + redux + redux-saga + typescript + react-helmet-async + react-scripts + react-router + connected-react-router + antd + axios

Features

  • keep in sync react-router and redux state
  • keep API session token synchronized between redux, axios and sessionStorage
  • catch all errors and unhandled promises rejections and display error page
  • display mask with message when going offline
  • catch all 5xx API responses and display error page
  • Hot Module Replacement (HMR) for components, Redux reducer and saga