
Small library which makes your Dialog component callable.
react-confirm is a lightweight library that simplifies the implementation of confirmation dialogs in React applications. It offers a Promise-based API that works seamlessly with async/await syntax, similar to the built-in window.confirm function. One key feature of react-confirm is that it doesn't provide a specific view or component for the confirmation dialog, allowing for easy customization to match the application's design.
react-confirm is a lightweight library that simplifies the implementation of confirmation dialogs in React applications. It provides a Promise-based API and allows for easy customization of the dialog's appearance. With react-confirm, handling confirmation dialogs becomes easier and more flexible.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.