06 July, 2022
How to mock the Intersection Observer API
We might need to mock the Intersection Observer API when testing our components
06 July, 2022
We might need to mock the Intersection Observer API when testing our components
05 July, 2022
How to create an infinite scroll component with React Hooks
20 June, 2022
How to add types to our React Context
15 June, 2021
When testing components that utilize custom hooks, we might need to mock their implementation.
10 May, 2021
Sometimes our components interact with the local storage. When writing tests, We need a way of mocking this functionality.
12 August, 2020
Sometimes we need to delete committed code from Git. We are going to explore the different approaches.