Skip to content

Add rest parameter and update for React 15

Compare
Choose a tag to compare
@YoruNoHikage YoruNoHikage released this 10 Apr 13:29
· 8 commits to master since this release
  • Small addition : you can specify a rest parameter that will be given to the action creator as arguments, useful when you use redux-actions package.
  • New examples with redux-actions and without it
  • React 15 support