mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
435cff9866
* Report errors to a global handler This allows you to log errors or set things like status codes. * Add complete callback * onReadyToStream callback This is typically not needed because if you want to stream when the root is ready you can just start writing immediately. * Rename onComplete -> onCompleteAll