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

Use preferred promise methods #147

Closed ghost closed 8 years ago

ghost commented 8 years ago

Just feel the promise methods are preferred.

zpao commented 8 years ago

Thanks, but we're going to leave this as is since it doesn't really change anything and we've been thinking about revamping the tutorial entirely. I think we're more likely to use fetch in the future (which is also a Promise-based API).