Introduction So it’s been sometime I have updated my react app boilerplate so I decided to update my react starter […]
Top Categories
Recent Articles

Jest Mock: mock external file/lib method in test cases
This particular article is my solution to try and mock a particular external method (using jest mock method) in the test case for a simple example app. Hope this article saves time for a lot of fellow devs in the community!

React Portals: A better understanding.
So React Portals are basically React’s way of rendering your desired component into a target dom element anywhere in your react application.