Understanding RxJS Error Handling
Any production application utilizing RXJS needs to utilize error handling, and often time RXJS error handling can even act as flow control. For these reasons understanding how RXJS error handling works is important.
In this talk, we’ll dig into how error handling works in RXJS, how to use it for exceptional cases, how to use it for flow control specifically with HTTP errors, and we’ll learn best practices around using error handling while we’re at it.