Olical / react-faux-dom

DOM like structure that renders to React (unmaintained, archived)
http://oli.me.uk/2015/09/09/d3-within-react-the-right-way/
The Unlicense
1.21k stars 87 forks source link

Expose drawFauxDOM in HOC #123

Closed BrettStatman closed 6 years ago

BrettStatman commented 6 years ago

Exposing drawFauxDOM via the HOC for non animated updates. Tested in my project and works as expected.

https://github.com/Olical/react-faux-dom/issues/120

Olical commented 6 years ago

HERO