Hacker News new | ask | show | jobs
by umvi 2473 days ago
To be clear, are you using TypeScript for both frontend and backend?

Are you using Angular as your frontend?

1 comments

Not the parent here, but I use TypeScript with React day to day, as well as with node.

I feel a lot less productive without it and the interaction with React has been perfect in my view for the last couple of months.

With hooks allowing a lot more inference in typing and removing most need for Higher Order Components, there aren’t any places where the typing feels like a big impediment. It’s definitely a lot better than it was, say a year ago.