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

[RFC] Add a new React.createRef() API for ref objects #11555

Closed
wants to merge 7 commits into from

Commits on Nov 14, 2017

  1. Adds React.createRef() API

    trueadm committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    16ad19b View commit details
    Browse the repository at this point in the history
  2. Changed contents type to any

    trueadm committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    622c486 View commit details
    Browse the repository at this point in the history
  3. updated ReactFiber type

    trueadm committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    e2005e2 View commit details
    Browse the repository at this point in the history
  4. Prettier

    trueadm committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    3d95e79 View commit details
    Browse the repository at this point in the history
  5. .contents -> .value

    trueadm committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    e129a9f View commit details
    Browse the repository at this point in the history
  6. Prettier

    trueadm committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    f090ae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. added missing @flow annotation

    trueadm committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    ae4db19 View commit details
    Browse the repository at this point in the history