Last active
January 21, 2020 21:20
-
-
Save maisonm/d40d845cb5aab7a90f7f4fa1f1f43042 to your computer and use it in GitHub Desktop.
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
constructor(props) { | |
super(props); | |
this.state = { | |
totalPages: null, | |
dataStartingIndex: null, | |
dataLastIndex: 0, | |
currentClickedNumber: 1, | |
pageData: null | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment