@jimmyfargo/another-one
v1.0.2
Published
this is another one
Downloads
5
Readme
AnotherOne
Just a silly middleware for redux
Usage
import AnotherOne from 'another-one';
const store = configureStore({
reducer: rootReducer,
middleware: [...getDefaultMiddleware(), AnotherOne]
});