css-tricks.com
Working with refs in React
3
Refs make it possible to access DOM nodes directly within React. This comes in handy in situations where, just as one example, you want to change the... Read full article