Kvoti / redux-rest

Automatically create Redux action constants, action creators, and reducers for your REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Good way to handle APIs endpoints like /<entity>/<entity_id>/<action>

bhoomit opened this issue · comments

e.g. /user/10/orders

Right now I have to call it like this.

this.props.dispatch(flux.actionCreators.users.retrieve('10/orders/'))