Skip to content

staltz/tallbag-for-each-poc-static-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static graph renderer for tallbags

Proof of concept

Use this sink as a replacement for forEach, and it will automatically dump a graph visualization on the DOM. Hacky implementation.

Example use

Try it out in a CodeSandbox

const forEach = require('tallbag-for-each-poc-static-graph');

pipe(
  combine(interval(1000), interval(1500)),
  map(([x, y]) => `a${x} b${y}`),
  take(5),
  forEach(console.log)
);

screenshot

About

Tallbag sink that consume both pullable and listenable sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published