Kvoti / redux-rest

Automatically create Redux action constants, action creators, and reducers for your REST API
MIT License
180 stars 11 forks source link

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

Open bhoomit opened 8 years ago

bhoomit commented 8 years ago

e.g. /user/10/orders

Right now I have to call it like this.

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