Technology

How to use D3 with React components?

D3 (Data Driven Documents) is a JS library that helps us build visualizations. It binds arbitrary data to a DOM, where the data-driven transformations can be applied to the document. It works well by mutating the DOM element, usually a root node that was placed in the HTML. You call .append ('span') and it inserts a...

by Mansi Arora
Tag: react-faux-dom
07-Oct-2016