Created a React tutorial
Filmed a Youtube Video
Web-Workers, React, and TypeScript

Web-Workers are an extreme powerful API which has been available for quite a while.

It allow developers to split their tasks into multiple threads so the perceived performance is not damaged even when we must do extreme processing on the client-side. On this video, I will show you how to send your application state to a Web-Worker and have it processed without affecting the Main Thread performance! 

Blocking script? Never again! ⚡️