reactjs / react-tutorial

Code from the React tutorial.
http://facebook.github.io/react/docs/tutorial.html
Other
3.29k stars 2.13k forks source link

Updated tutorial to use callback refs - React Bug #5427 #97

Closed ramiruhayel closed 9 years ago

ramiruhayel commented 9 years ago

Updated tutorial to use pass a callback to refs. I've made a related change to the source code in the react project under the same bug (#5427)

See original bug here: https://github.com/facebook/react/issues/5427

zpao commented 9 years ago

Per my comments in the React issues, we're just going to leave these as string refs.