DEV Community

Discussion on: Upgrading to React 17

Collapse
 
kamalhossain profile image
Kamal Hossain

How important the testing is for react? Many small companies not doing that, is that a mistake they are making?

Collapse
 
sesamechicken profile image
sesamechicken

I think if you’re not testing your code, you’re opening yourself to avoidable mistakes, bugs, and regression issues. It also makes it near impossible to collaborate with others on large scale projects.

Thread Thread
 
kamalhossain profile image
Kamal Hossain

I am working on react and react-native projects around 1 year. I have tried to learn testing with jest and ezyme. But sadly I haven't found friendly tutorial for them. I think the resource for testing react is less available then learning the react without testing.

Thread Thread
 
sesamechicken profile image
sesamechicken

I can definitely help! There’s probably posts on here covering the topic or I could write something.

Thread Thread
 
kamalhossain profile image
Kamal Hossain

It would be very much appriciateable, thank you in advance.