biglovisa / react-tdd-exercises

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

Suggestions on test suites #3

Open biglovisa opened 8 years ago

biglovisa commented 8 years ago

Please comment exercise suggestions in this issue 🙆

wfro commented 8 years ago

A combobox would be great.

biglovisa commented 8 years ago

Some sort of fuzzy search

biglovisa commented 8 years ago

A button group or some sort of group of elements to practice working with css-selectors

biglovisa commented 8 years ago

A group of lists which expands when you click them, and when you select them the other options are disabled

wfro commented 8 years ago

We could bring in actual data fetching at some point, maybe using something like json-server.

A simple one would be to extend the list example to actually fetch data from a remote server.

wfro commented 7 years ago

A ratings component with 5 stars, and hovering over each star renders something like 'Fair', 'Good', 'Excellent', etc.

wfro commented 7 years ago

Generic tabs component, similar to https://react-bootstrap.github.io/components.html#tabs-uncontrolled.