Skip to content
New issue

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

Reword Component API intro #2180

Merged
merged 1 commit into from
Sep 22, 2014
Merged

Reword Component API intro #2180

merged 1 commit into from
Sep 22, 2014

Conversation

zpao
Copy link
Member

@zpao zpao commented Sep 11, 2014

Fixes #2179

Wording ok @spicyj @chenglou @sebmarkbage @petehunt? I explicitly chose not to say "descriptor" here.

@sebmarkbage
Copy link
Collaborator

Maybe clarify that refs is another way to get an instance?

You can also new up a React component yourself by just calling it's constructor but technically, that's just a class at that point since it's not attached to the React system.

@zpao
Copy link
Member Author

zpao commented Sep 22, 2014

Updated with a ref to refs.

zpao added a commit that referenced this pull request Sep 22, 2014
Reword Component API intro
@zpao zpao merged commit 9919734 into facebook:master Sep 22, 2014
zpao added a commit that referenced this pull request Sep 24, 2014
Reword Component API intro
@zpao zpao deleted the fix-2179 branch October 30, 2014 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs - MyComponent() does not create component instance
2 participants