Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How To Write Tests For React Container Components

lesson

How To Write Tests For React Container ComponentsThe newline Guide to Modernizing an Enterprise React App

React Testing Library's approach to integration testing like a user would interact with the DOM works very well with React's function-based components.

Strategies For Simplifying Integration Testing For React Apps

lesson

Strategies For Simplifying Integration Testing For React AppsThe newline Guide to Modernizing an Enterprise React App

We've got a little setup work to do before we get to the actual business of writing our tests.

Introducing React Testing Library And Its Automation Capabilities

lesson

Introducing React Testing Library And Its Automation CapabilitiesThe newline Guide to Modernizing an Enterprise React App

This 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.

What We'll Build In This React Course - Hardware Handler

lesson

What We'll Build In This React Course - Hardware HandlerThe newline Guide to Modernizing an Enterprise React App

Get familiar with the sample React application's folder structure and current functionality.

How to Test Custom ESLint Linting Rules With AST

lesson

How to Test Custom ESLint Linting Rules With ASTPractical Abstract Syntax Trees

Testing custom ESLint linting rules to verify they work as expected

How to Unit Test jscodeshift Transforms With ts-jest

lesson

How to Unit Test jscodeshift Transforms With ts-jestPractical Abstract Syntax Trees

Create tests for jscodeshift transforms for a faster feedback loop

The Reel Component

lesson

The Reel ComponentComposing Layouts in React

In this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.

The ColumnDrop Component

lesson

The ColumnDrop ComponentComposing Layouts in React

In this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.

Build Example Mock Data to Test a GraphQL Server

lesson

Build Example Mock Data to Test a GraphQL ServerThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

To 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.