an es2015 iteration on the block Counter from @currankelleher
A counter app that demonstrates usage of d3-component. Inspired by Redux Counter Example.
The following components are defined and used to construct the app:
app
The top-level app component.buttonPanel
The panel that contains the two buttons. This shows a simple composition pattern in which props are passed through to child components.button
A generic Button component.countDisplay
A display of the current count.
Built with blockbuilder.org
forked from curran's block: Stopwatch
forked from micahstubbs's block: counter with d3-component | es2015