Showing results for "react"
lesson
How to Use Apollo to Test GraphQL Requests in ReactIn this lesson, we'll talk about one other minor testing utility we'll use to help mock GraphQL requests in our tests - Apollo React Testing.
lesson
Using Jest and React Testing Library to Test React ComponentsIn this lesson, we'll talk about the two main testing tools we'll use to test our React components - Jest & React Testing Library.
lesson
Add Cypress To A React App For Automated End-To-End TestingCypress gives us a big helping hand organizing and getting started with our own e2es.
lesson
How To Write Tests For React Container ComponentsReact Testing Library's approach to integration testing like a user would interact with the DOM works very well with React's function-based components.
lesson
Strategies For Simplifying Integration Testing For React AppsWe've got a little setup work to do before we get to the actual business of writing our tests.
lesson
Introducing React Testing Library And Its Automation CapabilitiesThis library took aim at a few fundamental flaws in the traditional way of integration testing JavaScript applications and really changed the game when it comes to automated testing.
lesson
What We'll Build In This React Course - Hardware HandlerGet familiar with the sample React application's folder structure and current functionality.
Learn how to create your first React Native mobile app with Expo and Replit A...