Skip to content

Instantly share code, notes, and snippets.

@react-ram
Last active November 24, 2019 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save react-ram/d5de12bc64f88b94ab20835764d0b8b6 to your computer and use it in GitHub Desktop.
Save react-ram/d5de12bc64f88b94ab20835764d0b8b6 to your computer and use it in GitHub Desktop.
Basics - Hello world example
import React from "react";
import ReactDOM from "react-dom";
ReactDOM.render(<h1>hello world</h1>, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment