This project was bootstrapped with Create React App.
This is boilerplate for React,Redux with HMR using Create-React-App
create-react-app
already supports hot reloading without any additional configuration needed
I followed Mark's Dev Blog to create Hot Module Replacement(HMR) with create-react-app.
This repo has already configured with redux with additional dependancies like redux-thunk
redux-promise-middleware
redux-logger
git clone https://github.com/mifas/react-redux-hmr
cd react-redux-hmr
yarn install
yarn start