React component to allow 3rd party components to operate over DOM-tree (d3, three.js)
Installation
NPM
npm install --save react react-bulkhead
Don't forget to manually install peer dependencies (react
) if you use npm@3.
1998 Script Tag:
(Module exposed as `ReactBulkhead`)
Demo
http://nkbt.github.io/react-bulkhead
Codepen demo
https://codepen.io/nkbt/pen/RVYrwN
Usage
;;; const onCreate = { elementinnerHTML = 'Gotcha! Mutable DOM here';}; const App = <div> <ReactBulkhead onCreate=onCreate /> </div>; const appRoot = document;documentbody;ReactDOM;
Options
// TODO
License
MIT