Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Last active August 3, 2017 19:43
Show Gist options
  • Select an option

  • Save viniciusdacal/d2cc663de03098d529afadb2679ecace to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/d2cc663de03098d529afadb2679ecace to your computer and use it in GitHub Desktop.
import { createApiActions } from 'redux-arc';
const { creators, types } = createApiActions('todo', {
add: { url: 'path/to/to-do', method: 'post' }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment