Add rest parameter and update for React 15
- 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