Gabriele Romanato

Hi! I'm Gabriele Romanato. I'm a full stack web developer, contributor of the W3C CSS Test Suite, Node.js lover, jQuery ninja, and author at Smashing Magazine.

Latest articles

How to use axios in React

How to use axios in React

axios is a widely used JavaScript library for making HTTP requests simply and efficiently. When working with React, axios is a popular choice to handle API calls.

React: how to use the JavaScript's reduce() method

React: how to use the JavaScript's reduce() method

In React, JavaScript's reduce() method is a powerful function which allows you to manipulate and aggregate data flexibly. With his ability to reduce an array of values to a single value, it can be used in a variety of scenarios, such as calculating the total of a list of elements or creating an object from an array.