Skip to content

Instantly share code, notes, and snippets.

@maisonm
Last active January 21, 2020 21:20
Show Gist options
  • Save maisonm/d40d845cb5aab7a90f7f4fa1f1f43042 to your computer and use it in GitHub Desktop.
Save maisonm/d40d845cb5aab7a90f7f4fa1f1f43042 to your computer and use it in GitHub Desktop.
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