Skip to content

Instantly share code, notes, and snippets.

View thangaduraicse's full-sized avatar

Thangadurai Nainamalai thangaduraicse

View GitHub Profile
@markerikson
markerikson / appEntryPoint.js
Last active August 1, 2022 07:41
Webpack React/Redux Hot Module Reloading (HMR) example
import React from "react";
import ReactDOM from "react-dom";
import configureStore from "./store/configureStore";
const store = configureStore();
const rootEl = document.getElementById("root");