Curran Kelleher
Curran Kelleher
@hoisie I was not aware this functionality was already added, is it still there or has it been removed? The point of this new `when` function is to assemble reactive...
The first step would be to create a working example where a React component wraps around a specific d3-component. Maybe the [Airport Clocks](https://bl.ocks.org/curran/598e90fe0dcab73030dbecc38fb6e725) would be a good example? Would be...
Would be great to have examples for Bootstrap UI elements * Radio Buttons * Checkboxes * Menus * Tabs Inspired by this question on the D3 mailing list https://groups.google.com/forum/#!topic/d3-js/PDjtJJjABpU
A minimal version of Google's timer/stopwatch app would be a really cool example, maybe with Redux. 
This would also be a good one 
More inspiration for examples: [10 React mini-patterns](https://hackernoon.com/10-react-mini-patterns-c1da92f068c5#.hw5qaufe8)

more prose: I'm working on a lightweight component abstraction for use with D3: https://github.com/curran/d3-component The goal is to enable developers to create and use "components" (similar to stateless functional components...
Thank you @nicolo-ribaudo for your suggestion! I tried it. Here is what I experienced: After setting up a minimal Rollup build that imports things from `@babel/core` and `@babel/plugin-transform-react-jsx`, with the...
@nicolo-ribaudo Thank you so much! I was able to get it to work ([changes here](https://github.com/curran/babel-standalone-jsx-only-prototype/commit/444797fc70c0a1ce8f75f2add7e780656f72fbd4)). Interestingly, the minified build ends up at 1.08 MB (I tried Uglify and Terser both),...