Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Setting up Cloudflare

lesson

Setting up CloudflareThe newline Guide to React Component Design Systems with Figmagic

Next stop is hosting, where we'll use Cloudflare Pages, one of the most exciting tech services around.

Setting up GitHub

lesson

Setting up GitHubThe newline Guide to React Component Design Systems with Figmagic

Get hooked up with the premier place on the planet to share, build, and discuss code—open source or otherwise.

Hooks project setup

lesson

Hooks project setupBeginner's Guide to Real World React

Setup the base project for our Hooks deep dive examples.

Setting up the Environment

lesson

Setting up the EnvironmentThe newline Guide to Fullstack ASP.NET Core and React

In this lesson, we'll download all the technologies we're using in this course

Avatar Image
Technologies Used in this Course

lesson

Technologies Used in this CourseThe newline Guide to Fullstack ASP.NET Core and React

In this lesson, we'll go through all the technologies we're using in this course

Avatar Image
How to Integrate Storybook Components Into a React App

lesson

How to Integrate Storybook Components Into a React AppStorybook for React Apps

Finalizing the feature and integrating it into the app.

Simplify Complex Components with the useProducts Hook

lesson

Simplify Complex Components with the useProducts HookThe newline Guide to Modernizing an Enterprise React App

Custom hooks are good for more than just drying up duplicated code; they also help simplify our components.

Course Welcome

lesson

Course WelcomeThe newline Guide to Building a Company Component Library

Welcome to the Guide to Building a Company Component Library course.

Module Overview

lesson

Module OverviewThe newline Guide to Angular Universal

Wanna be a performance beast? It's time to cache! In this module, you will use the Redis database to implement server-side caching and improve Time To First Byte. From now on, only selected requests will trigger the rendering process. The rendered output will be kept in Redis for a specified period of time. Subsequent requests will be served with data retrieved from Redis.

Summary

lesson

SummaryThe newline Guide to Angular Universal

In this module, you've learned how to pass data between the server and the browser using the `TransferState` registry. You've also introduced `TransferHttpCacheModule` that passes data obtained via HTTP during server-side rendering to the browser. You've learned how to abandon long-running REST API calls that affect rendering performance.

Noscript

lesson

NoscriptThe newline Guide to Angular Universal

In this lesson, you can see how Angular Universal helps when your user's browser doesn't support JavaScript