Posts tagged with react
React test util function `act` enables us to test tree rendering. This post examine how it is implemented and how it works with hooks.
A deep-dive into React scheduler. I will walk through the workings of React most fundamental building block. It will help in understanding the concepts like, concurrent rendering and performance impr…
I have written about VueJs's change detection before. Recently, I created a simplified version here. In my opinion, it's an exemplary usage of observer/observable pattern in the frontend. In this ar…