Redux v3.1.5 Released

New version of Redux has been released – Redux v3.1.5 is a minor update with the following changes:

  • replaceReducer() now throws a meaningful error rather than crashes if argument is not a function

It’s always nice when an error is handled correctly rather than just crashing. I am pretty impressed by the frequent updates for Redux. It’s really amazing to see something that originated from a presentation turn into a popular open source project that is actively maintained.