Skip to content

Commit 5243c70

Browse files
author
Kent C. Dodds
authored
docs: add learning material section
1 parent 671fac2 commit 5243c70

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ facilitate testing implementation details). Read more about this in
9393
* [`query` APIs](#query-apis)
9494
* [`queryAll` and `getAll` APIs](#queryall-and-getall-apis)
9595
* [Examples](#examples)
96+
* [Learning Material](#learning-material)
9697
* [FAQ](#faq)
9798
* [Other Solutions](#other-solutions)
9899
* [Guiding Principles](#guiding-principles)
@@ -630,10 +631,12 @@ Some included are:
630631
* [`react-router`](https://github.com/kentcdodds/react-testing-library/blob/master/examples/__tests__/react-router.js)
631632
* [`react-context`](https://github.com/kentcdodds/react-testing-library/blob/master/examples/__tests__/react-context.js)
632633
633-
Examples of TDD with react-testing-library:
634+
## Learning Material
634635
635-
* [`Build a joke app with TDD`](https://medium.com/@mbaranovski/quick-guide-to-tdd-in-react-81888be67c64) by [@mbaranovski](https://github.com/mbaranovski)
636-
* [`Build a comment feed with TDD`](https://medium.freecodecamp.org/how-to-build-sturdy-react-apps-with-tdd-and-the-react-testing-library-47ad3c5c8e47) by [@iwilsonq](https://github.com/iwilsonq)
636+
* [Confident React](https://www.youtube.com/watch?v=qXRPHRgcXJ0&list=PLV5CVI1eNcJgNqzNwcs4UKrlJdhfDjshf)
637+
* [Test Driven Development with react-testing-library](https://www.youtube.com/watch?v=kCR3JAR7CHE&list=PLV5CVI1eNcJgCrPH_e6d57KRUTiDZgs0u)
638+
* [Build a joke app with TDD](https://medium.com/@mbaranovski/quick-guide-to-tdd-in-react-81888be67c64) by [@mbaranovski](https://github.com/mbaranovski)
639+
* [Build a comment feed with TDD](https://medium.freecodecamp.org/how-to-build-sturdy-react-apps-with-tdd-and-the-react-testing-library-47ad3c5c8e47) by [@iwilsonq](https://github.com/iwilsonq)
637640
638641
Feel free to contribute more!
639642

0 commit comments

Comments
 (0)