Skip to content

Instantly share code, notes, and snippets.

View akshaynexus's full-sized avatar
🖥️
Ł Ξ ₮ ₿

Akshay CM akshaynexus

🖥️
Ł Ξ ₮ ₿
View GitHub Profile
@primaryobjects
primaryobjects / react-confirm.js
Created November 1, 2017 19:03
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) } } />