Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Last active March 26, 2019 12:43
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 desaijay315/bca7ad77c5c7dd61e689cf75122107a6 to your computer and use it in GitHub Desktop.
Save desaijay315/bca7ad77c5c7dd61e689cf75122107a6 to your computer and use it in GitHub Desktop.
index.js
import React from "react";
import ReactDOM from "react-dom";
const App = () => {
return <div>Hello React,Webpack 4 & Babel 7!</div>;
};
ReactDOM.render(<App />, document.querySelector("#root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment