
Developing a Video Player with Structured Concurrency
In software architecture, as in any problem-solving domain, it is important to solve the right problem in the right place. A very well known example of this is the React Virtual DOM. Before this concept was introduced, web developers used to have to add, update and delete DOM nodes on their own. React removes this…