Skip to content

Readme could be clearer - DOM or App itself? #10

Description

@thegsi

Either make clear you are dealing with the dom or change code to be added to react project itself. It took me ten minutes to see the magic.

eg var rootElement = document.body.getElementById("wrapper");
ReactDOM.render(
,
rootElement
);

or var rootElement = document.getElementById("wrapper");

React.render(
,
);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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