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

Limitations #131

Closed bumbeishvili closed 6 years ago

bumbeishvili commented 6 years ago

Please include limitations inside readme.md file so the newcomers will not stay frustrated when decide to use these features Like

  1. Zooming
  2. Dragging
  3. Brushing e.t.c
Olical commented 6 years ago

I guess this could be useful. The example does mention the fact that it doesn't support anything like animations or anything that mutates the DOM. The mixin tool that was contributed only adds support for some animations too.

I guess it would be nice if the limitations were clearer though.

bumbeishvili commented 6 years ago

Yes, I agree, when I started using react-faux-dom, I had impression that I could do everything, which d3 has done including dragging & zooming & brushing