Skip to content

Instantly share code, notes, and snippets.

@ff6347
Forked from primaryobjects/react-confirm.js
Created February 6, 2020 14:11
Show Gist options
  • Save ff6347/abc7dd618d256b9fd3ed816a6ad2f436 to your computer and use it in GitHub Desktop.
Save ff6347/abc7dd618d256b9fd3ed816a6ad2f436 to your computer and use it in GitHub Desktop.
A simple example of a confirm alert dialog in ReactJs / React.
<div className='delete-button' onClick={() => { if (window.confirm('Are you sure you wish to delete this item?')) this.onCancel(item) } } />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment