Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React with Test Driven Development
Rating: 4.5 out of 5(231 ratings)
2,136 students

React with Test Driven Development

Learn React by applying test driven development ( incl. react router, redux, jest, testing-library/react )
Last updated 3/2024
English

What you'll learn

  • Build an application with React
  • Build an application with multiple language (i18n) support
  • Build an application with client side routing, by using react router
  • Implement global state management with Context API and Redux
  • Practice Test Driven Development in a complete project from beginning to the end
  • How to mock external dependencies in testing
  • Feel how the test driven development is giving confidence when refactoring your application

Course content

9 sections89 lectures14h 56m total length
  • Introduction2:39
  • Methodology1:09
  • Development Tools1:17
  • Create Project6:08
  • Project Source Code0:10
  • Resources4:31

    If you see an issue with npm install for backend.zip you can try backend-without-db.zip which requires minimal dependencies.

Requirements

  • Experience with javascript is required

Description

React is one of the most popular library for the client application development.

In this course we will be learning react by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end.

We will use one of the most popular test libraries of javascript. jest and testing-library

while building this application, we will learn

  • client-side routing. we will apply our custom implementation then we will use react-router library

  • internationalization

  • global state management by using react's context api and then replacing it with redux

and we will see

  • how test driven development works.

  • how it's affecting our code qualityreusability

  • how it's giving us the confidence about refactoring our implementation

  • how to avoid implementation details while creating tests

This course is purely built on practice. Each code piece we write, will be for our actual application implementation.

In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us.

And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with react by following test driven development methodology.

After completing the course, you will be able to use React in your next project and you will experience the benefits of test driven development.

Who this course is for:

  • Developer who want to learn React
  • Developers who want to see Test Driven Development in action