Tag: Modal

  • React Modal – The easy way to show a modal without Redux

    Creating a modal box (or popup) is not difficult, but also not easy. I spent 2-3 days finding a solution to build a modalĀ in my React project. As my background is from jQuery and pure JavaScript, I was not aware of the possibility for ReactDOM to build a modal. In this post, I will go…