Skip to content

Action creators and JS

Compare
Choose a tag to compare
@YoruNoHikage YoruNoHikage released this 07 Feb 18:49
· 14 commits to master since this release
  • New actionCreators props : you can inject an object or array containing your action creators, they will be callable from the interface
  • Error handling because we all make mistakes !
  • You code is now interpreted, so you can write a callback that will be dispatched and catched by any middleware (redux-thunk for example) you want !