marinate icon indicating copy to clipboard operation
marinate copied to clipboard

Error Handling

Open azizhk opened this issue 6 years ago • 0 comments

Lets specify or create a guideline on how to handle errors.

  • [ ] Add in Readme about Promises should always resolve <meta http-equiv="refresh" content="0; url=/500"></head><body></body></html>
  • [ ] Still add catch blocks to avoid unhandledrejection
  • [ ] Research how React's renderToStream works in case of an error in a deep component
  • [ ] Research how React's componentDidCatch works in case of an error in deep component in both renderToString and renderToStream

azizhk avatar Jan 02 '18 05:01 azizhk