A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/zalmoxisus/remote-redux-devtools/commit/b54652930dfd4e057991df8471c343957fd7bff7 below:

Example with `actionCreators` parameter · zalmoxisus/remote-redux-devtools@b546529 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -1,10 +1,11 @@

1 1

import { createStore } from 'redux';

2 2

import devTools from 'remote-redux-devtools';

3 3

import rootReducer from '../reducers';

4 +

import * as actionCreators from '../actions/todos';

4 5 5 6

export default function configureStore(initialState) {

6 7

const store = createStore(rootReducer, initialState, devTools({

7 -

realtime: true

8 +

realtime: true, actionCreators

8 9

}));

9 10 10 11

if (module.hot) {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4