We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the learnyounode exercises promote the ES6 syntax for React, the documentation links on the State challenge should be updated to reflect this.
Currently, the links are: Component API: https://facebook.github.io/react/docs/component-api.html Component Specs and Lifecycle: https://facebook.github.io/react/docs/component-specs.html
But I propose they be changed to: Setting the Initial State: https://facebook.github.io/react/docs/reusable-components.html#setting-the-initial-state Autobinding: https://facebook.github.io/react/docs/reusable-components.html#autobinding
I'm happy to open a PR to update this if all agree.
The text was updated successfully, but these errors were encountered:
Hi, I know this answers comes a bit late 😄 but PR is always appreciated.
Sorry, something went wrong.
No branches or pull requests
Since the learnyounode exercises promote the ES6 syntax for React, the documentation links on the State challenge should be updated to reflect this.
Currently, the links are:
Component API: https://facebook.github.io/react/docs/component-api.html
Component Specs and Lifecycle: https://facebook.github.io/react/docs/component-specs.html
But I propose they be changed to:
Setting the Initial State: https://facebook.github.io/react/docs/reusable-components.html#setting-the-initial-state
Autobinding: https://facebook.github.io/react/docs/reusable-components.html#autobinding
I'm happy to open a PR to update this if all agree.
The text was updated successfully, but these errors were encountered: