Andrea Chiarelli Software developer and technical author. andreachiarelli.it

Stories by Andrea Chiarelli

Async actions in bare Redux with Thunk or custom middleware

Async actions in bare Redux with Thunk or custom middleware

Dev

Learn how to manage asynchronous actions in React apps with Redux Toolkit, or a bare Redux implementation with custom middleware.

Andrea Chiarelli
Feb 4, 2022 ⋅ 7 min read

Real-time processing with web workers

Dev

As a JavaScript developer, you should already know its single-threaded processing model: all of your JavaScript code is executed within […]

Andrea Chiarelli
Jun 19, 2019 ⋅ 9 min read

Discovering the Shadow DOM

Dev

We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and […]

Andrea Chiarelli
Nov 22, 2018 ⋅ 7 min read