I am currently learning ReactJS following a tutorial by the excellent Wes Bos, however I have reached a section regarding 2 way data binding and it seems the method Wes is teach
Yeah, the tutorial is for an older version of ReactJS because ReactLink is deprecated.
The recommendation is that you use the onChange event handler to set the state value:
Basically, you have to create a method called onInputChange()
and handle the change there.
This is just for reference, in the end, you should probably just refer to a newer tutorial. I recommend this one.