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

Update React Dependency to 15.1.0 #144

Closed sthodup1 closed 8 years ago

sthodup1 commented 8 years ago

Updated react source to latest version. This fixes an issue with handling event handler returns and makes project code agree with the sample code on https://facebook.github.io/react/docs/tutorial.html

jimfb commented 8 years ago

Seems reasonable, thanks!