Do you successfully practice TDD (e.g. a red-green-refactor loop) while creating React/ReactNative components? How do you set yourself up for success?
For further actions, you may consider blocking this person and/or reporting abuse
Do you successfully practice TDD (e.g. a red-green-refactor loop) while creating React/ReactNative components? How do you set yourself up for success?
For further actions, you may consider blocking this person and/or reporting abuse
Roshan Kr Soni -
Ajmal Hasan -
Amit Kumar -
Truong Phung -
Top comments (1)
Where I love doing TDD in backend/server work, I've found it onerous to do red-green-refactor against React components...
It also seems most other people have given up as I see a large effort towards "snapshot" testing. Since you can't take a snapshot of something that doesn't exist yet, that approach cannot do TDD in any sense.