biglovisa / react-tdd-exercises

Test suites to practice tdd:ing react components
13 stars 3 forks source link

SimpleForm #4

Closed biglovisa closed 8 years ago

biglovisa commented 8 years ago

For your consideration, @wfro :zap:

A component that submits a value. Not super interesting, but the next exercise could be a more complex one with multiple fields with validations.

solution

wfro commented 8 years ago

Hey! I think this is fantastic so far. The specs themselves read very clearly and have really nice incremental progressions. I left a few comments around testing strategies and a few other random thoughts.

Here are a few more in no particular order:

I'm happy to help with any of these :star: 😄

biglovisa commented 8 years ago
wfro commented 8 years ago

:ship: