Andrea Chiarelli

  https://andreachiarelli.it Software developer and technical author. andreachiarelli.it

     



3 Stories by Andrea Chiarelli

Async actions in bare Redux with Thunk or custom middleware

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

Real-time processing with web workers

As a JavaScript developer, you should already know its single-threaded processing model: all of your JavaScript code is executed within a single thread. Even...
1 9 min read

Discovering the Shadow DOM

We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and the content of an...
0 7 min read