|
|
|
|
|
by mindcrash
3135 days ago
|
|
Does your library take into account that React really doesn't like DOM manipulation from external sources? My team did some research on this and decided to write our own visualizations in D3 backed by React Faux DOM [1] for this very reason. [1] https://github.com/Olical/react-faux-dom |
|