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

Registered prop as ref / [refProp]={value} and [customEvent]={handler} #28

Closed
wants to merge 11 commits into from

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    3b1e80d View commit details
    Browse the repository at this point in the history
  2. Move prop registry to an instance to fix drawbacks related to the reg…

    …istry being inside ReactDOM
    dantman committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    eb793b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6561e8 View commit details
    Browse the repository at this point in the history
  4. Use the provider pattern for the custom registry instead of adding an…

    … options argument to ReactDOM.render
    dantman committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    bc3a917 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69b6134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    817e0f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74c3867 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b083a7e View commit details
    Browse the repository at this point in the history
  9. Add a video playback example

    dantman committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    e69115d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Reference the JSX RFC

    dantman committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    56b2130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ce85c View commit details
    Browse the repository at this point in the history