|
|
|
|
|
by ksherlock
4352 days ago
|
|
Once the component is mounted (there's a componentDidMount callback) you have access to the real DOM node and can access them (or perhaps store them as a property if necessary). The DOM node is also available from event callbacks and such. |
|