Andrei Gatej
@anduser96
A curious software developer with a passion for solving problems and learning new things.
ID: 1016503454246809600
https://andreigatej.dev/ 10-07-2018 02:04:43
798 Tweet
398 Followers
851 Following
TIL Chromium ships a `scheduler` API to break free the main thread. 👏 malchata.htm describes it in great detail. 👇 web.dev/optimize-long-…
Story time: I met Andrei Gatej almost a year ago at a local React meetup. We talk about web dev, he says he's written some articles about React's internals 👀 - I thought "Damn, that's rare" We end up speaking about #Vim - I tell him to learn Vim as he'll get 10x more productive
Check out how React sets up its testing environment and how Babel can be used to achieve very useful features. { author: Andrei Gatej } #DEVCommunity #ReactJS dev.to/anduser96/how-…
On React Suspense’s throttling - Andrei Gatej Well-illustrated article presenting a surprising React behavior when nesting <Suspense> components andreigatej.dev/blog/on-react-…
Great React Concurrent Mode article from Andrei Gatej 👌 Explains how it works under the hood: - startTransition impact - MessageChannel recursion to yield to main thread - Rendering process in sync VS concurrent - How React divides work into chunks andreigatej.dev/blog/the-under…