RxJS Insights

#3.33 / 3 rate

RxJS Insights

1,000 users

2022-08-17

kszksz

Extension Information

5 star
25%
4 star
25%
3 star
0%
2 star
0%
1 star
50%

Supported Languages

Description

See through the observables

RxJS Insights is a toolset that helps you debug and visualize the observables in your app.

✨ Developer friendly: Easy to set up. Easy to use.
✨ Unobtrusive: Does not require source code modification.
✨ Comprehensive: Tracks all types of events and relations.

The data gathered by the RxJS Insights includes the information about:

• constructor calls, including the arguments passed to it, the name of the Observable (sub)class, and the source code location of the call,
• creation operator calls, including the arguments passed to it, the name of the operator, and the source code location of the call,
• pipeable operator calls, including the arguments passed to it, the name of the operator, and the source code location of the call,
• subscribers (i.e. the instances of the running observables), including the relation to the parent observable, as well as relations to other subscribers that are either sources or destinations of the given subscriber,
• callers (i.e. the connection with the world outside the RxJS, e.g. direct subscribe calls from the application), including the arguments passed to it, and the source code location of the call,
• events, including the notification events (i.e. next, error, and complete) and subscription events (i.e. subscribe and unsubscribe), as well as relations to other events that either caused or are caused by the given event,
• async tasks within which the events happened (e.g. setTimeout, setInterval, DOM events, REST events, etc.).

Learn more at https://github.com/ksz-ksz/rxjs-insights

Reviews

Jakob Bjerre Petersen
Jakob Bjerre Petersen

Artem Halushko
Artem Halushko

Wander ...
Wander ...

Completely unusable when using devtools docked to the side, because the logo takes 90% of the width. Still basically unusable when using devtools in a separate window, because the logo still takes half the screen. Apparently it's more important to show us their logo, than to actually use the functionality.

Similar extensions

Angular watchers
Angular watchers

tiagojsalmeida

RxJs watcher
RxJs watcher

richard.ripcsu

GraphQL Network Inspector
GraphQL Network Inspector

warrenjday

daily.dev | The homepage developers deserve
daily.dev | The homepage developers deserve

https://daily.dev

VisBug
VisBug

https://visbug.web.app

Angular DevTools
Angular DevTools

Angular

Apollo Client Devtools
Apollo Client Devtools

https://www.apollographql.com

Redux DevTools
Redux DevTools

Redux DevTools

Angular Component Overview
Angular Component Overview

angular.outliner

ng-inspect for Angular(1.x/4+/Ivy)
ng-inspect for Angular(1.x/4+/Ivy)

Vinay Kaparthi

Angular state inspector
Angular state inspector

Anton Lunev

RxJS Devtools
RxJS Devtools

Unknown