Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 749 Bytes

redux-simple-logger

Super simple cli logger middleware for redux

npm downloads npm version js-standard-style

Usage

npm install --save redux-simple-logger
import logger from 'redux-simple-logger'
import { createStore, applyMiddleware } from 'redux'

const store = createStore(
  reducers,
  applyMiddleware(logger)
)

License

MIT