I am testing a web application with front end developed in ReactJS. React components will behave exactly same for a given set of properties. So I am wondering, is it worth doing cross browser testing of such app?
See Browser Support in the React docs. I think you can be reasonably confident that the React team has done cross browser testing on React itself, for the browsers they support. However, it does require polyfills in older browsers.
And, you will be writing your own HTML/CSS code as part of your application. You should be testing that code if you have concerns about cross browser support.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With