what's the advantage of using:
this.refs.id.value
versus using:
document.getElementById('newID').value
is it just shorter syntax or is something else going on?
what's the advantage of using:
this.refs.id.value
versus using:
document.getElementById('newID').value
is it just shorter syntax or is something else going on?