Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
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

Angular Universal

lesson

Angular UniversalThe newline Guide to Angular Universal

In the previous module, you've built a fully functional production-ready application. Unfortunately, like other single-page applications, this application has its weaknesses. In this module, you will learn how to address one of them and render HTML content on the server.

Course prerequisites

lesson

Course prerequisitesThe newline Guide to Angular Universal

This lesson answers the questions "What do I need to accomplish the course?" "What software is needed?" "What should I know about Angular and other technologies?" "What should I do to accomplish the course offline?"

How to Structure a React Project

lesson

How to Structure a React ProjectBeginner's Guide to Real World React

There are many different ways to structure your apps' code. This lesson introduces some different approaches, including how I structure my projects and suggestions from the Facebook team themselves.