Skip to content

foxylion-playground/js-react-redux-flow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React app with redux, redux-devtools, hot-reload and flow typings

This project was bootstrapped with Create React App.

Install dependencies

npm install

Run in dev mode

npm start

Debug redux

  • Use the browser extension to debug state and transition. This includes a time travelling debugger.
  • Save redux state with an ?debug_session=XYZ url parameter. This will restore the session on page reload and across tabs.

Run tests

npm test

Build for production

npm run build

Output will be in build/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published