06 POSTS

Page 2

  • #typescript

    How to Check if All Cases Are Handled in TypeScript Switch Statements

    Exhaustive check pattern using the never type

    8 min read
  • #javascript#web-performance

    How to Efficiently Process Massive JSON Responses

    How to survive when JSON.parse() becomes overwhelming

    18 min read
  • #react#javascript#testing

    React's New Lint Rule: set-state-in-effect

    Why you shouldn't call setState in Effects and what alternatives exist

    7 min read
  • #react#typescript

    From useEvent to useEffectEvent: React's Event Handler Stabilization Journey

    An RFC from 3 years ago finally sees the light of day

    14 min read
  • #ai#career#frontend

    In an Era Where AI Writes Code, What Should I Do as a Frontend Developer?

    I don't know what the future holds, but shouldn't we just keep developing diligently?

    12 min read
  • #javascript#compiler

    Understanding AST for JavaScript Developers (2026 Update)

    A comprehensive guide covering AST concepts, parsing process, key node types, and practical usage in tools like Babel and ESLint.

    13 min read