reboottime / React-Develpment

Some notes, thought, articles or source code readings aggregated here about React Web development.
0 stars 0 forks source link

TDD React #98

Open reboottime opened 1 month ago

reboottime commented 1 month ago

Overview

This article is a note from watching two TDD videos presented by Nik Sumeiko, a TDD expert in TDD React development.


References

Shipping React app with zero-bugs policy using TDD ik Sumeiko: React with Test-driven development

reboottime commented 1 month ago

Product Development Problems

image



Test your React App at higher view

image image
reboottime commented 1 month ago

The Guide Project

Define Product Features

image

Decision tree about how to test what

image

Process

image
reboottime commented 1 month ago

References