Junior to Senior – Refactoring a React pan and zoom image component

The goal of this article is to help software developers write high-quality code. Even good, experienced engineers often have trouble with code-readability or don’t emphasize it. At least this is what I experience almost whenever I jump on a new project as… Read more

Similar

React Fiber Algorithm Walkthrough

Describing how React Fiber operates, step by step, starting from calling the `render` function in client JS and changing state of a component, down to describing the steps taken by Fiber to do all the work. Best served with Fiber source code on the side. (more…)

Read more »