DEV Community

Discussion on: Your First Deno Server in 60 Lines

Collapse
 
nas5w profile image
Nick Scialli (he/him)

I get that critique for smaller apps. It doesn't buy you a whole lot for this 60-liner. But for the large React app with a complex state tree I work on in my day job, Typescript has been incredible. Having the Typescript compiler say "nope" immediately when you've done something wrong is incredibly helpful, and the associated linting means I usually catch it as I'm typing.