Posts in series "Advanced React"
9 posts
[Advanced React] Virtual DOM in React: The Foundation of Performance and How It Works
A deep dive into the Virtual DOM in React—one of the most important concepts for fast rendering. Understand how it works, its key advantages, and why it’s so popular.
[Advanced React] What is React Fiber? Understanding Its Architecture and How It Works
Learn about React Fiber, the core architecture that makes React faster and smoother. Discover how it works, its benefits, and its importance in optimizing React app performance.
[Advanced React] Understanding Render Phase and Commit Phase to Optimize React Performance
Have you heard of the Render Phase and Commit Phase? Don’t miss this article to deeply understand how React handles UI updates, so you can improve performance and write more effective React code.
React Concurrent Mode is a crucial feature that enables React apps to handle multiple tasks at once. Learn how it works and how to implement it to optimize your app’s performance.
Did you know Time Slicing makes your React apps smoother? This article explains in detail how React’s Scheduling mechanism works and how to leverage it.
[Advanced React] What Are Synthetic Events in React? Do You Really Understand Them?
A complete guide to Synthetic Events in React. From understanding how they work to practical examples, this article will help you master event handling in React easily and effectively.