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 »
Crazy times, I know! But I applaud you for staying home to keep yourself and others safe. 👏👏👏... (more…)
Read more »
React is more library rather than a complete framework (extra libraries needed from the community) If you want freedom and assemble libraries yourself And at the end I wanted to mention when sometimes we are coming back to question to choice between libra...
Read more »
RSC From Scratch. Part 1: Server Components In this technical deep dive, we'll implement a very simplified version of React Server Components (RSC) from the scratch. This deep dive will be publishe... (more…)
Read more »