Skip to content

hoschi/bare-minimum-react-hot-rr4-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack2 + HMR + ReactHotLoader3 + ReactRouter4 + Redux

An absolute bare minimum implementation of HMR + ReactHotLoader in Webpack2 in combination with ReactRouter4 and Redux

Build/Run

npm install
npm run dev

Test

  1. Navigate to http://localhost:8080
  2. Enter a value into the input field
  3. Update the source in ./components/Page1
  4. Witness the glory; the local state is also retained (input value)
  5. Click the page2 link
  6. Click the Increment button
  7. Open ReduxDevTools and view the history

TODO

  • Integrate react-router-redux when ReactRouter4 is compatible

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%