Hacker News new | ask | show | jobs
by mattpallissard 1195 days ago
> TanStack Router is built to be extremely type-safe.

This is alludes to my only major complaint about typescript. IMO, something is either type-safe or it ain't. I don't like how the JS bleeds through if you aren't careful.

I'm not a TS hater by any means, I use it regularly and am usually pleased. I just can't help but compare it to the [S,Oca]ML compilers I'm so fond of.