Created
March 6, 2019 10:40
-
-
Save agoiabel/c72066fb295f2e8725fc8f0d5145079f 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
<div className={styles.pagination}> | |
<span onClick={() => this.makeHttpRequestWithPage(1)}>1</span> | |
<span onClick={() => this.makeHttpRequestWithPage(2)}>2</span> | |
<span onClick={() => this.makeHttpRequestWithPage(3)}>3</span> | |
<span onClick={() => this.makeHttpRequestWithPage(4)}>4</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment