#development
Read more stories on Hashnode
Articles with this tag
I was in the middle of writing a unit test case for some service built-in JavaScript using Jest. We need to mock data instead of actually having a...
Today, while doing my day-to-day tasks, I come to observe that my API call in useEffect runs twice, I knew that it was re-rendering because of the...