FredericHeem / redux-act-async

Reduce boilerplate for redux async actions and reducers
Apache License 2.0
125 stars 22 forks source link

configurable initialState #31

Closed michaelnagy closed 7 years ago

michaelnagy commented 7 years ago

Makes the initialState configurable by adding a second parameter to the createReducerAsync function.

codecov-io commented 7 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          37     37           
  Branches        6      7    +1     
=====================================
  Hits           37     37
Impacted Files Coverage Δ
src/createReducerAsync.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ad791d...6c9363a. Read the comment docs.