RxJS Devtools: Debugging Streams Made Easy
RxJS Devtools is a Chrome extension developed by andreas.lepperod. It is a free tool that falls under the Browsers category, specifically the Add-ons & Tools subcategory.
This devtools extension is designed to help developers debug their RxJS stream emissions by integrating with the rxjs-spy debugging library. By setting up rxjs-spy and rxjs-spy-devtools-plugin in your RxJS application, you can use this extension to inspect the values of your RxJS streams.
The latest version of RxJS Devtools, v0.0.3, brings several improvements and new features. The extension layout has been simplified for better usability. The warning system has been enhanced, and the emission limit has been increased toAdditionally, a new button has been added to clear all recorded emissions.
In the previous version, v0.0.2, the extension introduced the ability to filter observable tags and improved performance. The initial version, v0.0.1, laid the foundation for this useful devtools extension.
RxJS Devtools is an open-source project, welcoming contributions and feedback from the community. The Github repository provides a platform for collaboration and further development.