Hi, I'mIssac Lau
A full-stack developer
Tech stack:
- Pnpm+TypescriptBlazing-fast developer experience with end-to-end type safety
- React+Next.js (App Router)A powerful framework for large-scale interactive UIs
- Tanstack Query+ZustandA concise, powerful, and easy-to-use React state manager
- TailwindCSS+Radix UI=Shadcn UIConsistent, maintainable CSS and easy-to-use web components
- PostgreSQL+Drizzle ORMFlexible, type-safe data storage
In my spare time, I like exploring these technologies andwritearticles about them
Latest posts:
How browser works part 3: split long running tasks
When our code contains long-running synchronous tasks, the main thread still gets blocked. This article uses existing browser mechanisms to split long tasks so apps stay smooth.
May 5, 2025
12 min read
LoadingHow browser works part 2: the event loop
Because the renderer main thread is single-threaded and driven by the event loop, understanding the event loop is key to understanding how our apps run in the browser.
May 4, 2025
16 min read
Loading