Li Hau's Talks
Demystifying Transitions
Looking into the Svelte Compiler
Third party CSS is not safe
cssvulnerabilitytalk.css
Personalised Development Workspace With Chrome Extension
In this talk, I will be exploring how you can develop your Chrome extension, and how you can use it to improve your development workflow
Short Stories working on Svelte
Short stories while working on Svelte, and some personal takeaway.
Git Gudder
History of Web Development: JavaScript Modules
CSS Code Splitting
The motivation of CSS splitting arises when we try to split our CSS styles and lazily load the styles only when we actually need them. CSS code splitting is one of our many efforts where we constantly improve the performance of the application.