Open jvanbruegge opened 7 years ago
Exciting!
Cool to see this has the suggested counter optimizations.
Also I like the choice of using functional transformers internally but exposing a chainable interface.
I like the properties of the transformer approach sometimes but I don't want to be forced to use them, so this is an ideal compromise for me.
I have currently a
console.log
in themap
function that gets called ifproject
is run. And as expected, it only prints if the window height changes or I click on the button.