Curran Kelleher

Results 396 comments of 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. ![image](https://cloud.githubusercontent.com/assets/68416/23457550/5bf1b5d6-fe9e-11e6-928c-d6515ce5ebbe.png)

This would also be a good one ![image](https://cloud.githubusercontent.com/assets/68416/23504333/f80deefa-ff64-11e6-96a8-880bfc6c56d8.png)

More inspiration for examples: [10 React mini-patterns](https://hackernoon.com/10-react-mini-patterns-c1da92f068c5#.hw5qaufe8)

![image](https://cloud.githubusercontent.com/assets/68416/23792933/ff5f7142-05ae-11e7-97dc-9489438dc3e6.png)

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),...