tsaiDavid / simple-redux-boilerplate

A simple, yet comprehensive React + Redux application, complete with DevTools.
429 stars 225 forks source link

issue #15 added explicit reference to default function in reducers #16

Open pennyandsean opened 8 years ago

pennyandsean commented 8 years ago

I guess this is the quick way to solve this issue. You can now modify reducer code and it hot replaces on save.

eddiewang commented 8 years ago

hi @pennyandsean I'm learning from this boilerplate and need some clarification on what .default does?

tsaiDavid commented 8 years ago

@pennyandsean @eddiewang hey all thanks for your patience, let me take a look and merge changes as necessary