codefordenver / codefordenver/members
More gracefully handle errors in child components
Open
in progress
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
The current system for handling errors is to catch them and alert the user with `alert()`. We could make this look nicer and more declarative using React 16's new error boundary feature. https://reactjs.org/docs/error-boundaries.html
Contributor guide
Assessment
This issue has not been assessed yet.