Adding a Mock Service Worker to your React App.In this article, I am going to discuss about Mock Service Worker and how to use it in building a frontend prototype that looks and feels…Aug 4, 2022Aug 4, 2022
Writing asynchronous JavaScript in ECMAScript 6+Understanding synchronous JavaScriptJul 16, 2022Jul 16, 2022
How to setup test coverage reports in GitLab merge requests.The inclusion of a test job that validates your code in a CI/CD pipeline is quite typical. Users are notified if the tests fail and the…Jul 16, 2022Jul 16, 2022
How to prevent unnecessary re-rendering when using React Context.React Context one of the useful features available in the React JS library. It allows you to create and manage a “global” state. React…Jun 19, 20221Jun 19, 20221
Handling “global” state in React using React Query.Redux is excellent for managing client state because it enables data synchronisation across the entire app, minimises prop digging, and…May 31, 2022May 31, 2022