Created
January 29, 2017 00:59
-
-
Save pavsidhu/b98df854ec8dc1231f46addc9ade391f to your computer and use it in GitHub Desktop.
Redux state example
This file contains hidden or 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
| { | |
| user: { | |
| name: 'John Smith', | |
| age: 22, | |
| email: '[email protected]', | |
| }, | |
| notes: [ | |
| 'remember to take the washing out', | |
| 'pick up some apples on the way home', | |
| 'give Jane a call' | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment