Tinkering with D3 and React together... concept based on:
So far no library conflicts, promising approach. To get re-started on the tinerking, install the node modules and webpack up...
npm install
webpack
If you get a webpack error, either make sure it's installed globally...
npm install -g webpack
webpack
Or use the locally installed copy...
node_modles/.bin/webpack