skip to content
Posts
-
A collection of techniques to optimize react performance
-
Prevent unnecessary re-renders by re-using references passed as props.
-
A function is a specialized object that's callable.
-
How to write native ECMAScript modules (ESM) for different JS runtimes.
-
Resolving permission errors when running pnpm in a container as a non-root user.
-
Setup your own email domain using iCloud+ subscription & Cloudflare DNS.
-
How to use Color.review to create accessible color themes based on daisyUI.
-
Use satisfies operator with const assertions to get the best of type inference, type safety, and immutability.
-
Improving type safety of functions that take functions fully typed parameters and return values.
-
Improve memory efficiency when copying & mapping JavaScript arrays.