Using D3 in a React TransitionGroup to transition elements. D3 is used purely for transitions, not for data joins. The distinction between entering and exiting elements is handled by the TransitionGroup component. See the React documentation for further information.
Alternative implementations only with D3 and using React without addons.
Note: This implementation is around 30% slower in processing 1000 circles than the other two.
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://fb.me/react-with-addons-0.9.0.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://fb.me/react-with-addons-0.9.0.min.js