- 
                Notifications
    
You must be signed in to change notification settings  - Fork 30
 
Open
Description
In React 16 components introduce something new called error boundries. The main idea is that if an error is thrown from a component, it can be caught early, and prevents crashing the whole web page.
I find this interesting because:
- it means apps can keep running even if a component crashes (resiliency! :D)
 - it'll play well with 
component.use(or similar); can send through the error to a local dev logger, or monitoring solution - it's especially good to add resiliency when encapsulating 3rd party code - ideally code would never crash, but alas code isn't bug free
 
Thoughts?
bcomnes
Metadata
Metadata
Assignees
Labels
No labels