Skip to content

Update tutorial for React 15 #259

@Daniel15

Description

@Daniel15

Feedback on the site at http://reactjs.net/getting-started/tutorial.html: This tutorial needs to be updated to not include the calls to:

this.refs.author.getDOMNode().value
this.refs.text.getDOMNode().value

They instead should be:

this.refs.author.value
this.refs.text.value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions