Skip to content

Instantly share code, notes, and snippets.

@adamjarling
Last active January 3, 2022 21:40
Show Gist options
  • Save adamjarling/abb4a7e1cec410fd3af9bc7ad7278799 to your computer and use it in GitHub Desktop.
Save adamjarling/abb4a7e1cec410fd3af9bc7ad7278799 to your computer and use it in GitHub Desktop.
import React from "react";
import ReactDOM from "react-dom";
import App from "./index";
ReactDOM.render(<App foo="Whats up bud" />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment