Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Event Sign Up App

lesson

Event Sign Up AppBeginner's Guide to Real World React

This lesson introduces the new demo project for this module, the Event Sign-Up App.

A Beginner's Guide to Redux and React State Management

lesson

A Beginner's Guide to Redux and React State ManagementBeginner's Guide to Real World React

One of the best ways to manage your apps' centralized state is with the redux pattern. In this lesson we'll deep dive into redux and how you can use it for managing state.

Intro to React State Management

lesson

Intro to React State ManagementBeginner's Guide to Real World React

Let's take a look at why we often need a centralized state area in our apps and how we can manage updates and changes to it

Parameterized Routing and Query Strings with React Router

lesson

Parameterized Routing and Query Strings with React RouterBeginner's Guide to Real World React

With the basics in place, this lesson is all about extending the Admin Console with parameterized routing and query strings.

How to Build a React Admin Dashboard

lesson

How to Build a React Admin DashboardBeginner's Guide to Real World React

We're going to build a demo Admin Console app step by step during this lesson, adding in React Router as we go.

Admin Console app

lesson

Admin Console appBeginner's Guide to Real World React

For the demo lesson in this module we'll be building an Admin Console app. Let's take a look at what we'll be building in greater detail.

What is React Router? A Beginner's Guide

lesson

What is React Router? A Beginner's GuideBeginner's Guide to Real World React

React Router is a routing and navigation library that bolts onto to React. We'll explore what it is and how it works.

Beginner's Guide to App Navigation [with examples]

lesson

Beginner's Guide to App Navigation [with examples]Beginner's Guide to Real World React

In this module we'll explore the third party React Router library to add a routing and navigation system to our applications.

Beginner's Guide to React useCallback Hook

lesson

Beginner's Guide to React useCallback HookBeginner's Guide to Real World React

Learn about the useCallback Hook, its use cases and implementation.

Beginner's Guide to React useMemo Hook

lesson

Beginner's Guide to React useMemo HookBeginner's Guide to Real World React

Learn about the useMemo Hook, its use cases and implementation.