/another-one

Primary LanguageTypeScript

AnotherOne

Just a silly middleware for redux


Usage

import AnotherOne from 'another-one';

const store = configureStore({
  reducer: rootReducer,
  middleware: [...getDefaultMiddleware(), AnotherOne]
});