Explore all newline lessons
lesson
What We'll Build In This React Course - Hardware HandlerGet familiar with the sample React application's folder structure and current functionality.
lesson
How to Test Custom ESLint Linting Rules With ASTTesting custom ESLint linting rules to verify they work as expected
lesson
How to Unit Test jscodeshift Transforms With ts-jestCreate tests for jscodeshift transforms for a faster feedback loop
lesson
The Reel ComponentIn this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.
lesson
The ColumnDrop ComponentIn 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 ServerTo 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.