DEV Community

Discussion on: Lear React.js typescript tdd road map

Collapse
 
rezab profile image
Reza Bozorgi

Using React with Typescript is awesome.
TDD is a software development methodology which should be used properly and wisely. First, It might be more usefull when you're working on medium or large project whitin a team. Second, it's not reasonable to start every single unit with TDD.
Although, there are bunch of testing tooling, knowing React testing library and Cypress would be enough for testing.