Changing the State of a Child component from its Parent Component.
Introduction In this article, I will be building a simple modal which will be triggered by a Call-to-action (CTA) button. To hide the modal, the “X” button is clicked. This is basically removing the CSS Display value of "none" when the CTA button i...
Sep 28, 20208 min read188

