lesson
Strategies For Simplifying Integration Testing For React AppsThe newline Guide to Modernizing an Enterprise React AppWe'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 CapabilitiesThe newline Guide to Modernizing an Enterprise React AppThis 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 HandlerThe newline Guide to Modernizing an Enterprise React AppGet familiar with the sample React application's folder structure and current functionality.
lesson
How to Test Custom ESLint Linting Rules With ASTPractical Abstract Syntax TreesTesting custom ESLint linting rules to verify they work as expected
lesson
How to Unit Test jscodeshift Transforms With ts-jestPractical Abstract Syntax TreesCreate tests for jscodeshift transforms for a faster feedback loop
lesson
The Reel ComponentComposing Layouts in ReactIn this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.
lesson
The ColumnDrop ComponentComposing Layouts in ReactIn this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.
lesson
Build Example Mock Data to Test a GraphQL ServerThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptTo help us get started, we'll begin by introducing a mock data array of rental listings in this lesson. This will help us get started before we begin to address more appropriate data persistence.