DEV Community

Discussion on: Learning React - Exercise control over your component state with Typescript

Collapse
 
vshyrokov profile image
Viktor Shyrokov

As for me it's much easier and faster to work with typescript. You could avoid a types errors, because you would have to pass only exact props as needed.