Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Update redux-store.html o support REDUX DEV TOOLS Chrome extension #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 10, 2017

  1. Update redux-store.html

    I suggest to add support for REDUX dev tool extension used in Chrome, is very handy to have a panel which shows the timeline of changes in your state, to do that you need to use " window.devToolsExtension() or window.REDUX_DEVTOOLS_EXTENSION"
      const store = Redux.createStore(
        reducer, /* preloadedState, */
        window.devToolsExtension && window.devToolsExtension()
      );
    mdibenedetto authored Sep 10, 2017
    Configuration menu
    Copy the full SHA
    ecf1c8d View commit details
    Browse the repository at this point in the history