All Projects → Jerry-Hong → rx-devtools

Jerry-Hong / rx-devtools

Licence: other
DevTools for RxJS

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to rx-devtools

grav-plugin-devtools
Grav Devtools Plugin
Stars: ✭ 36 (+20%)
Mutual labels:  devtools
VirionTools
A handy plugin for developers who wish to compile and inject virions without using Poggit.
Stars: ✭ 17 (-43.33%)
Mutual labels:  devtools
gitcount
A command-line tool to estimate the time spent on a git project, based on a very simple heuristic
Stars: ✭ 25 (-16.67%)
Mutual labels:  devtools
flow-state
UI state management with RxJS.
Stars: ✭ 33 (+10%)
Mutual labels:  rxjs
mutoid
Reactive library for data fetching, caching, state management
Stars: ✭ 24 (-20%)
Mutual labels:  rxjs
drawer
A touch-enabled drawer component for the modern web.
Stars: ✭ 26 (-13.33%)
Mutual labels:  rxjs
nxrocks
Set of Nx plugins to enhance your Nx workspace (even more!)
Stars: ✭ 165 (+450%)
Mutual labels:  devtools
aurelia-hoc-store
An Aurelia application showing the use of higher order components and a single state approach.
Stars: ✭ 20 (-33.33%)
Mutual labels:  rxjs
vue-mail-front
A front system base on vue.基于vue的邮件系统前端部分
Stars: ✭ 57 (+90%)
Mutual labels:  rxjs
redux-fusion
React bindings for RxJS and Redux
Stars: ✭ 29 (-3.33%)
Mutual labels:  rxjs
code-fold
Write the pattern, then let your code write itself.
Stars: ✭ 13 (-56.67%)
Mutual labels:  devtools
app
Source code of intencje.pl website and mobile/desktop apps based on Angular, Firebase, and Capacitor.
Stars: ✭ 12 (-60%)
Mutual labels:  rxjs
vue
Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores
Stars: ✭ 25 (-16.67%)
Mutual labels:  devtools
rxjs-subject-vs-behavior-vs-replay-vs-async
Compare Subject vs BehaviorSubject vs ReplaySubject vs AsyncSubject
Stars: ✭ 27 (-10%)
Mutual labels:  rxjs
devtools
A simple set of tools for teams building live Carbon pages.
Stars: ✭ 31 (+3.33%)
Mutual labels:  devtools
clock-in-out
A clock-in/out system using nestJS, PostgreSQL, TypeORM, Angular, Arduino, RxJS
Stars: ✭ 61 (+103.33%)
Mutual labels:  rxjs
angular-advanced-course
Angular Advanced Library Laboratory Course - Build Your Own Library
Stars: ✭ 82 (+173.33%)
Mutual labels:  rxjs
community-events-angular
Community Events App built with ❤️ using Angular, NgRx, Rxjs to do thrill in #hacktoberfest21
Stars: ✭ 20 (-33.33%)
Mutual labels:  rxjs
angular-course
Angular Core Deep Dive (Video Course) - https://angular-university.io/course/angular-course
Stars: ✭ 193 (+543.33%)
Mutual labels:  rxjs
epirus-cli
Epirus SDK CLI
Stars: ✭ 18 (-40%)
Mutual labels:  devtools

Rx Devtools

This is preview version

Usage

import { Observable } from 'rxjs';

Observable.prototype.debug = window.rxDevTool();

Observable.interval(1000).take(5)
    .debug('source1')
    .map(x => x + 1)
    .debug('source2')
    .subscribe(function() {})
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].