-
-
Save berkesayin/012ff56d0ce411303b0ae32c7e5e79bb to your computer and use it in GitHub Desktop.
State
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
constructor(props) { | |
super(props); | |
this.state = { | |
categories: | |
[ | |
{categoryId: 1, categoryName: "Sports" }, | |
{categoryId: 2, categoryName: "Economy"} | |
] | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment