Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Test-Driven Development with React

    Posted By: ELK1nG
    Test-Driven Development with React

    Test-DriveMP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English + srt | Duration: 24 lectures (1h 12m) | Size: 451.5 MB
    Learn Test-Driven development to build more reliable and maintainable apps.n Development with React


    What you'll learn:
    Test-Driven Development

    Requirements
    React basics
    React unit testing basics

    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