Cycle.js DevTool to visualize the dataflow graphCycle.js DevTool to visualize the dataflow graph
A DevTool panel that renders a visualization of the dataflow graph between source streams and sink streams of your Cycle.js app in the inspected page.
This DevTool requires that your app is built using the following packages:
- `xstream` v6.1.x or higher
- `@cycle/xstream-run` v3.1.x or higher
- `@cycle/dom` v12.2.x or higher, if you are using it
- `@cycle/http` v10.2.x or higher, if you are using it
Read more at https://github.com/cyclejs/cyclejs/tree/master/devtool