DEV Community

Discussion on: 8 Practices In React That Will Crash Your App In The Future

Collapse
 
alekzzz profile image
Aleksandr Strutynskyy

type errors never happen when process is correct, but types add a ton of overhead and slow down the team, and don't forget type correctness !== program correctness.

Thread Thread
 
cubiclebuddha profile image
Cubicle Buddha

Can you explain why types add overhead? And which type of overhead— speed? Quality? Value?