Front-end performance optimization – browser operation mechanism
Unlocking the mechanics behind the browser The “Heart” of the Browser The reason why code renders differently in different browsers…
Read MoreUnlocking the mechanics behind the browser The “Heart” of the Browser The reason why code renders differently in different browsers…
Read MoreSome days ago when I was working on a project, I needed to encapsulate a Toast component. I remembered that…
Read MoreTheir “self-introductions.” React Element React Element is the smallest unit for building a React application. It is a lightweight description…
Read Morestaggered animation Sometimes we need to add the same animation to multiple elements, and after playing it, it’s not hard…
Read MoreI. What is Promise and what problem do we use Promise to solve? Promise is a solution for asynchronous programming:…
Read MoreToday we’re going to talk about the event-loop in the browser. The Event Loop in the browser is a mechanism…
Read More“Maybe bug 77342775” Exception Analysis 1. Background 1.1 Executive summary The host is the release package The plugin packages the…
Read MoreAlthough HTTP3/QUIC and cronet don’t have much to do with Flutter, it’s just that when I was recently sorting out…
Read MoreIn the design world, masking is a popular technique to achieve unique design effects, as a designer I have used…
Read More1, React.lazy optimized routing We found that our loading was much slower after adding routing, React.lazy can reduce the initial…
Read More