Skip to content

Preserving whole state on browser reloading with react-redux.

Notifications You must be signed in to change notification settings

tai2/react-redux-reload-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example demostrates browser reloading with no state-loss using react-redux.
Neither of react-hot-loader or livereactload is needed.

Module stack

How to run

npm install
npm run watch

Then access http://localhost:3000/?debugg_session=abcde. abcde is a session key. You can choose any string as a session key.

If you modify the source code, it fires reloading with preserving the whole state.

About

Preserving whole state on browser reloading with react-redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published