react component to display errors with error-html
Why ?
A replacement of redbox-react using error-html.
Install
npm install --save react-error-html
Alternatives
Usage with react-hot-loader
;;; <AppContainer errorReporter=ReactErrorHtml> children </AppContainer>;