Tech article
Why I Stopped Using Enums in TypeScript (I Use `as const` Instead)
TypeScript enums compile into surprising JavaScript — IIFEs, reverse mappings, and tree-shaking problems. Here's why I switched to as const objects and union...
Dev.to | Apr 6, 2026 | Maryan Mats