Explore all newline lessons
lesson
Walkthrough of TinyHouse CodeTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWe'll spend a few minutes walking through the complete TinyHouse code for Part II of the course to gather context on some of the patterns we'll follow.
lesson
The TinyHouse AppTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we'll highlight all the features we intend to have for our home sharing application, TinyHouse.
lesson
Part Two WelcomeTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWelcome to Part II of the course.
lesson
Part One WelcomeTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLWelcome to Part I of the course.
lesson
How to Setup a VS Code React Developer EnvironmentTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLQuick walkthrough of the development environment and tools used in the course.
lesson
How To Go Through The CourseTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLThe structure of the course, the material available, and how best to go through the course.
lesson
Displaying Images30 Days of React NativeToday we'll look at some of the different ways we can use the Image component to display images.
lesson
Text Components30 Days of React NativeThe Text component is one of the most common React Native components — we use it whenever we need to display text in our app.
lesson
Layout with Flexbox30 Days of React NativeIf you're familiar with CSS properties like flex-direction, then you already know how to create layouts in React Native!
lesson
Styles30 Days of React NativeReact Native styles are based on CSS, with a few key differences.