Skip to content

Instantly share code, notes, and snippets.

@shanebdavis
Created December 28, 2019 21:15
Show Gist options
  • Save shanebdavis/2a3ed6ed1b82d30c7cdc50b3c98292f5 to your computer and use it in GitHub Desktop.
Save shanebdavis/2a3ed6ed1b82d30c7cdc50b3c98292f5 to your computer and use it in GitHub Desktop.
modular-redux-tutorial root index.js
import React from "react";
import { render } from "react-dom";
import { ToDo } from "./components/ToDo";
render(<ToDo />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment