Sign in
Log inSign up

Do you write tests for React/Redux?

Kenan's photo
Kenan
·Jul 24, 2016

I write both React and Redux tests

20%

I write only Redux tests

4%

I write only React tests

14%

I don't write tests at all

62%

50 votes · Closed

This is a question for developers using React/Redux. Even though I guess I understand the basics of writing automated tests for React and Redux, it seems to me that writing them takes a significant amount of time and it may actually make more sense to just refresh the browser and visually inspect the result of what we're doing, because that is our end product. So I'm wondering if other developers find it worthwhile to write automated tests and what are the reasons for doing so.