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