Posts by fabiomcosta • 176 points
1 post
-
6
votes1
answer646
viewsA: Correct use of DOM with React.js
Yes, it would be wrong. findDOMNode only exists for reading DOM information (eg: position, form fields value, etc). Modify the DOM directly can also generate inconsistencies, because the view that…