The useEffect Cleanup Function
These days I am following a really good React course on Udemy (React - The Complete Guide (incl Hooks, React Router, Redux)). It’s a great course as the teacher provides...
Continue reading
These days I am following a really good React course on Udemy (React - The Complete Guide (incl Hooks, React Router, Redux)). It’s a great course as the teacher provides...
Continue reading
During these weeks, I have decided to revise some JavaScript while pushing the pram at home and making my lovely daughter fall asleep. It turned out a great way to do this...
Continue reading
Before my second child’s arrival (might be in a couple of weeks, who knows), I had the desire to revise the basics of React and I have decided to do this by following...
Continue reading
Fetch allows to perform network requests by writing way less code than using XMLHttpRequest, and it implements the promise API under the hood...
Continue reading
While following a React tutorial, I had to grab some data from an external API using the fetch API. Although the logic seemed easy to understand and the data...
Continue reading
During the past couple of months, I’ve been diving into React and built some simple applications. One concept I’ve been having a hard time digesting is the one of React State...
Continue reading