DEV Community

Discussion on: Pro Tips For Designing Robust React Components

Collapse
 
talr98 profile image
Tal Rofe

Just use Typescript.

Destructuring? In my opinion, in react programming aspect, it's another way to avoid coding Typescript.

Collapse
 
zenulabidin profile image
Ali Sherief

I also agree that Typescript is better to use here than plain JS. I might write another piece for it one of these days.