Adetoyese Kola-BalogunData Mocking and Modelling with Mock service worker and FakeJul 26, 2023Jul 26, 2023
Adetoyese Kola-BalogunUsing React Testing Library in React projects.IntroductionDec 14, 2022Dec 14, 2022
Adetoyese Kola-BalogunAdding 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
Adetoyese Kola-BalogunWriting asynchronous JavaScript in ECMAScript 6+Understanding synchronous JavaScriptJul 16, 2022Jul 16, 2022
Adetoyese Kola-BalogunHow 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
Adetoyese Kola-BalogunUnderstanding when to use useState and useReducer in ReactuseState()Jun 30, 2022Jun 30, 2022
Adetoyese Kola-BalogunHow 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
Adetoyese Kola-BalogunHandling “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