datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

4.0 #48

Open curran opened 5 years ago

curran commented 5 years ago

Implements 4.0 Ideas #42

Interestingly, these changes reduce the minified build from 825 to 760 bytes.

Reviews welcome!

curran commented 5 years ago

I'm having second thoughts on the naming.

Perhaps instead of

const dataflow = topologica()

we could have

const topologica = Topologica()

Pros:

Cons: