#typescript#react#javascript
enum vs const enum in TypeScript: what actually lands in your React bundle
Same source code, different JavaScript after compilation — export enum vs export const enum on NotificationChannel.
Read more →Short notes on code, React patterns and things I find interesting.
Same source code, different JavaScript after compilation — export enum vs export const enum on NotificationChannel.
Read more →JavaScript's .length lies about emoji and accented characters. Intl.Segmenter splits text into real graphemes — here's how to use it.
Read more →When memoization hurts more than it helps — a quick look at unnecessary useMemo in React.
Read more →