Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created March 6, 2019 10:40
Show Gist options
  • Save agoiabel/c72066fb295f2e8725fc8f0d5145079f to your computer and use it in GitHub Desktop.
Save agoiabel/c72066fb295f2e8725fc8f0d5145079f to your computer and use it in GitHub Desktop.
<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