This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: oxWgL0v6ZZA6M3BdSEVAuIJYtMJ6qofIuNE5V9fpxoc
Cover

React Internals: Basic Concepts and Notes

Written by @thecuriouscoder | Published on 2021/6/13

TL;DR
React's performance comes from its internal data structures and algorithms. In this article, I will not touch upon the actual codebase, data structures, or algorithms. I will share, on a high level, how React 16 renders and updates the UI. React can use a combination of Depth-First and Breadth-First Traversal to render the entire component (for both types of representation) In a dynamic user interface, we will have periodic updates as well as other high-priority activities like network calls.

[story continues]


Written by
@thecuriouscoder
I am a software engineer by day time. I like reading books, binge-watching series, play chess, and make bread at home.

Topics and
tags
javascript|reactjs|programming|webdevelopment|react|web|coding|development
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: oxWgL0v6ZZA6M3BdSEVAuIJYtMJ6qofIuNE5V9fpxoc