How to Handle Modals In A Large-Scale React App — Render Manager
Modals, Dialogs, Notifications, and Snackbars, are all examples of “global components” — as I call them. These are components that should be displayed at an app level and should be triggered from anywhere.
I work with large-scale applications which show a lot of Modals and notifications and sometimes, we even need to component them on the fly and not…