Created
September 1, 2016 05:41
-
-
Save deepak/f5dee3963aa5a641a946c0ce4232f6bc to your computer and use it in GitHub Desktop.
redux for form submission
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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