Skip to content

Instantly share code, notes, and snippets.

@deepak
Created September 1, 2016 05:41
Show Gist options
  • Save deepak/f5dee3963aa5a641a946c0ce4232f6bc to your computer and use it in GitHub Desktop.
Save deepak/f5dee3963aa5a641a946c0ce4232f6bc to your computer and use it in GitHub Desktop.
redux for form submission
- INIT
- INPROGRESS
- SUCCESS
- ERROR
reducer is:
{
status: "SUCCESS" | "ERROR" | "INPROGRESS",
data: { },
error: { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment