Aiden Bai
Aiden Bai
Aiden Bai is a frontend performance engineer with a passion for efficient developer tools. He's the creator of Million.js and is the resident performance nerd at Dimension.
React Advanced Conference 2023React Advanced Conference 2023
Upcoming
Optimizing React for Performance With Million.js
Are you looking for ways to optimize your React application for better performance? Million.js can help! In this talk, we'll take a deep dive into how Million.js can help you improve the speed of your React applications. This talk will also provide a helpful overview of how the React virtual DOM works. By the end of this talk, you'll have the knowledge to start improving your React apps' performance with Million.js.
React Day Berlin 2023React Day Berlin 2023
Upcoming
Virtual DOM: Back in Block
Is the Virtual DOM pure overhead? In this tech talk, Aiden Bai explores the performance implications of the Virtual DOM in frameworks like React and presents an alternative approach called the \"block virtual DOM.\" Aiden delves into the origins of the Virtual DOM, its purpose in addressing performance issues, and the process of diffing and reconciliation. The talk introduces the Block virtual DOM, which takes a different approach to diffing by using static analysis and dirty checking.