redux-logger icon indicating copy to clipboard operation
redux-logger copied to clipboard

Updated syntax for recipes

Open amarpatel opened this issue 8 years ago • 1 comments

redux-logger is awesome, thanks for making it!

Issue

The existing recipe for Transform Immutable (with combineReducers) uses let and var when const should be used, and has an unneeded ;.

Fix

I've refactored the examples to be more functional with appropriate variable usage.

Before:

screen shot 2017-11-30 at 10 46 52 am

After:

screen shot 2017-11-30 at 10 47 12 am

amarpatel avatar Nov 30 '17 19:11 amarpatel

The travis ci error isn't due to this change:

/home/travis/build/evgenyrodionov/redux-logger/src/core.js
  129:29  error  Strings must use singlequote  quotes

amarpatel avatar Nov 30 '17 19:11 amarpatel