preactjs / preact-compat

ATTENTION: The React compatibility layer for Preact has moved to the main preact repo.
http://npm.im/preact-compat
MIT License
949 stars 148 forks source link

Implement something like error boundaries #453

Closed evan-scott-zocdoc closed 6 years ago

evan-scott-zocdoc commented 6 years ago

https://reactjs.org/docs/error-boundaries.html

developit commented 6 years ago

On the radar, but this is much more likely to be implemented in Preact itself: developit/preact#886

reznord commented 6 years ago

You can track the active development of the implementation here: https://github.com/developit/preact/pull/819

developit commented 6 years ago

Closing since we're working on it in the other repo.