Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Deploy Your First React App on Netlify

lesson

How to Deploy Your First React App on NetlifyBeginner's Guide to Real World React

In this final lesson of the module, we'll walkthrough the deployment process to host our Furry Friends Gallery Mark II app on the Netlify hosting platform.

How to Set Up a React App for Continuous Integration

lesson

How to Set Up a React App for Continuous IntegrationBeginner's Guide to Real World React

React apps need to be built and packaged up for deployment before we can think about sending them off to a hosting platform. This lessons covers how to build your React apps, ready for deployment.

The Best Hosting Environments to Deploy a React App

lesson

The Best Hosting Environments to Deploy a React AppBeginner's Guide to Real World React

Deploying your React apps is a vital step and this module will help you learn just how to do that. We cover some hosting history as well as your options for deployment in modern hosting ecosystems.

Build Your First API-Powered React App with Axios

lesson

Build Your First API-Powered React App with AxiosBeginner's Guide to Real World React

We've seen the finished app, so now it's time to build it! This lesson will take you, step by step, through creating a brand new app, the Furry Friends Gallery Mark II.

Furry Friends Gallery Mark II

lesson

Furry Friends Gallery Mark IIBeginner's Guide to Real World React

Our code-along project for this module is to build a new Furry Friends Gallery. This time, we'll be using a new API and common UI patterns such as a sidebar filter. In this lesson, we'll take a look at what we'll be building.

How to Fetch API Data in React with JavaScript Fetch and Axios

lesson

How to Fetch API Data in React with JavaScript Fetch and AxiosBeginner's Guide to Real World React

This lesson introduces the concepts and approaches you can use to deal with fetching data within React, including the JavaScript Fetch API.

Build Your First Functional React App with Create React App

lesson

Build Your First Functional React App with Create React AppBeginner's Guide to Real World React

This code-along lesson walks through using Create React App to build a fully-functioning picture gallery, the Furry Friend Gallery.

Furry Friend Gallery app

lesson

Furry Friend Gallery appBeginner's Guide to Real World React

We're going to build on the previous Hooks demo by creating a dog picture gallery. First though, let's take a look at what we're going to build.

React useState and useEffect - A Beginner's Guide

lesson

React useState and useEffect - A Beginner's GuideBeginner's Guide to Real World React

In this lesson we'll take a look at the most common Hooks you'll come across and learn how to use them in your apps.

Intro to React Hooks [with examples]

lesson

Intro to React Hooks [with examples]Beginner's Guide to Real World React

This module introduces us to React Hooks; what they are, how to use them, and why they're an important part of modern React development.

Beginner's Guide to Managing Data in React

lesson

Beginner's Guide to Managing Data in ReactBeginner's Guide to Real World React

So far, we've built and refactored a great React app. Now, it's time to talk about the fundamental principles of React components and its core concepts.

How to Refactor a React App into Components

lesson

How to Refactor a React App into ComponentsBeginner's Guide to Real World React

With our Greeting App built, we're going to learn how to 'think in React' by breaking down our small App into components and refactoring it to use them.