hands on computer

topics

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

September 7th, 2022

Accessing Objects With Bracket Notation

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

March 11th, 2022

Setting Up a React Project from Scratch

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

December 2nd, 2021

Fetch API, Async Await in a few bites

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

April 11th, 2021

XMLHttpRequest and promises

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

April 6th, 2021

A recap of React UseState

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

March 30th, 2021