avatar

Coderek's blog

Live a more efficient life
Archived Posts for year 2020

React test util function `act` enables us to test tree rendering. This post examine how it is implemented and how it works with hooks.

Read more ››

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…

Read more ››

Recently I revamped my website by making a number of overdue improvements. One of the improvements was to add animation to the top bar since moderate amount of animation makes a website look more pol…

Read more ››

Service Worker has been around for a while. As of now, Edge, Firefox, Safari and Chrome all have 100% support of service worker features1. So it's good time to add it to my website. The biggest use c…

Read more ››