Awaitable Modals in React and React Native; Easily manage modals without the pain.
Problem: Modals & the ceremony around managing them I love that react allows us to write declarative user interfaces using JavaScript and JSX. However, when it comes to modals, I dislike how they are usually implemented in react - as hidden markup al...

