| 0 | 78.8 KB | ||
| 1. Adding the button to book the home.mp4 | 13.4 MB | ||
| 1. Adding the button to book the home.srt | 1.9 KB | ||
| 1. Adding the first test.mp4 | 13 MB | ||
| 1. Adding the first test.srt | 2.5 KB | ||
| 1. App overview.mp4 | 7.4 MB | ||
| 1 | 162.5 KB | ||
| 1. App overview.srt | 1 KB | ||
| 1. Building navbar.mp4 | 23 MB | ||
| 1. Building navbar.srt | 5.1 KB | ||
| 1.1 Link to Github.html | 102.4 B | ||
| 2 | 216.1 KB | ||
| 3 | 137 KB | ||
| 4 | 111 KB | ||
| 5 | 44.4 KB | ||
| 6 | 62.5 KB | ||
| 7 | 23.7 KB | ||
| 8 | 108.5 KB | ||
| 9 | 86.5 KB | ||
| 10 | 35.6 KB | ||
| 10. Closing dialog and showing notification (part 1).mp4 | 48.1 MB | ||
| 10. Closing dialog and showing notification (part 1).srt | 7.8 KB | ||
| 10.1 Link to Github.html | 102.4 B | ||
| 11. Closing dialog and showing notification (part 2).mp4 | 30.3 MB | ||
| 11. Closing dialog and showing notification (part 2).srt | 4.8 KB | ||
| 11.1 Link to Github.html | 102.4 B | ||
| 12. Styling the dialog.mp4 | 19.2 MB | ||
| 12. Styling the dialog.srt | 3 KB | ||
| 12.1 Link to Github.html | 102.4 B | ||
| 13. Fixing a bug the TDD way.mp4 | 18.6 MB | ||
| 13. Fixing a bug the TDD way.srt | 3.8 KB | ||
| 13.1 Link to Github.html | 102.4 B | ||
| 2. Building filters.mp4 | 18.8 MB | ||
| 2. Building filters.srt | 3 KB | ||
| 2. Handling button click.mp4 | 21.9 MB | ||
| 2. Handling button click.srt | 3.3 KB | ||
| 2. Mocking homes data.mp4 | 14.3 MB | ||
| 2. Mocking homes data.srt | 3 KB | ||
| 2. Prerequisite knowledge.mp4 | 4.9 MB | ||
| 2. Prerequisite knowledge.srt | 1.8 KB | ||
| 2.1 Link to Github.html | 102.4 B | ||
| 3. Adding useState and useEffect.mp4 | 17.9 MB | ||
| 3. Adding useState and useEffect.srt | 3.3 KB | ||
| 3. Setting up the app.mp4 | 16.4 MB | ||
| 3. Setting up the app.srt | 2.8 KB | ||
| 3. Setting up the dialog.mp4 | 36.6 MB | ||
| 3. Setting up the dialog.srt | 5 KB | ||
| 3.1 Link to Github.html | 102.4 B | ||
| 4. Adding apiClient.mp4 | 15 MB | ||
| 4. Adding apiClient.srt | 2.5 KB | ||
| 4. Scaffold home booking component.mp4 | 17.5 MB | ||
| 4. Scaffold home booking component.srt | 3.5 KB | ||
| 4.1 Link to Github.html | 102.4 B | ||
| 5. Adding home details.mp4 | 24.5 MB | ||
| 5. Adding home details.srt | 3.6 KB | ||
| 5. Show home info.mp4 | 25.6 MB | ||
| 5. Show home info.srt | 4.6 KB | ||
| 5.1 Link to Github.html | 102.4 B | ||
| 6. Adding home styling.mp4 | 12.1 MB | ||
| 6. Adding home styling.srt | 1.9 KB | ||
| 6. Calculate total (part 1).mp4 | 24.2 MB | ||
| 6. Calculate total (part 1).srt | 4.5 KB | ||
| 6.1 Link to Github.html | 102.4 B | ||
| 7. Calculate total (part 2).mp4 | 27.1 MB | ||
| 7. Calculate total (part 2).srt | 4.5 KB | ||
| 7.1 Link to Github.html | 102.4 B | ||
| 8. Booking home (part 1).mp4 | 22.6 MB | ||
| 8. Booking home (part 1).srt | 3.1 KB | ||
| 8.1 Link to Github.html | 102.4 B | ||
| 9. Booking home (part 2).mp4 | 15.8 MB | ||
| 9. Booking home (part 2).srt | 2.3 KB | ||
| 9.1 Link to Github.html | 102.4 B | ||
| TutsNode.com.txt | 102.4 B | ||
| [TGx]Downloaded from torrentgalaxy.to .txt | 614.4 B | ||
| 11 | 239.6 KB | ||
| 12 | 181 KB | ||
| 13 | 81.2 KB | ||
| 14 | 253.4 KB | ||
| 15 | 88.3 KB | ||
| 16 | 211.4 KB | ||
| 17 | 15.8 KB | ||
| 18 | 199.3 KB | ||
| 19 | 99.2 KB | ||
| 20 | 41.1 KB | ||
| 21 | 105.6 KB | ||
| 22 | 107.5 KB | ||
| ▲ 94 total files | |||
Description
If you already heard of TDD but was wondering how it supposed to work for developing React apps, this course is for you. We will build a few features in a pretend home rental application. I will show you how to write a failing test first (step 1), then make it pass by writing code (step 2), then refactor the code (step 3). These features include:
building the app header (easy)
fetching the list of rental homes from the API and displaying it on the page (intermediate)
building a rental booking dialog (complex)
After completing this course, you will gain the full power of TDD which provides you with:
better focus: you end up writing a lot less code because you need just enough to make the test pass, and anything else is a distraction and can be ignored
better architecture: you get less tightly coupled code and more cohesive components
fewer bugs and simpler maintenance
high test coverage: you have more confidence that everything is working
documented behavior: the tests describe the intended behavior of the component and document the edge cases
it’s easy to pick up after the last context switch: when I return to my code the following day, the next step is always to get the test to pass or write the next one or refactor
Hope you’ll find this course helpful. Please don’t hesitate to leave feedback!
Who this course is for:
Intermediate React developers
Requirements
React basics
React unit testing basics
Last Updated 4/2021
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 822.6 MB | freecoursewb | 9 months | 10 | 3 | |
| 803.5 MB | freecoursewb | 1 year | 0 | 0 | |
| 2.5 GB | freecoursewb | 1 year | 6 | 1 | |
| 1.19 GB | Prom3th3uS | 2 years | 8 | 4 | |
| 2.2 GB | freecoursewb | 2 years | 0 | 0 |
All Comments