Why JavaScript dialogs (alert/prompt/confirm) are not widely used?
Recently I started working on a small open-source project side project with Vue, and I wanted to create yes/no dialog (basically a model) which will show a notification with a confirm and cancel button. So users can confirm or cancel an event. ...