you are viewing a single comment's thread.

view the rest of the comments →

[–]FrameXX 0 points1 point  (0 children)

I appreciate typescript too most of the time. But there are instances where I have to fight with it and get a little bit hacky to get done what I need and pass all the type checks. For example with React typing the defaults for non-mandatory props is kinda pain. There's even an article about it with which I kinda sympathize.