Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Customize the React Query Builder ValueEditor Component

lesson

How to Customize the React Query Builder ValueEditor ComponentBuilding Advanced Admin Reporting in React

How to provide your own value editor in order to take full control of the rule manager

How to Configure Built-in Input Types in React Query Builder

lesson

How to Configure Built-in Input Types in React Query BuilderBuilding Advanced Admin Reporting in React

Using the various input types provided with React Query Builder, including numeric inputs and drop-down lists

How to Build a Multilingual React Site with Query Builder

lesson

How to Build a Multilingual React Site with Query BuilderBuilding Advanced Admin Reporting in React

Adding another bit of customization to the query builder -- a Spanish translation

Add Fields and Operators to React Query Builder

lesson

Add Fields and Operators to React Query BuilderBuilding Advanced Admin Reporting in React

Enhancing the query builder with fields from the sample sales data set

Angular --prod Universal Versus Prerender

lesson

Angular --prod Universal Versus PrerenderThe newline Guide to Angular Universal

That was a bumpy ride, but definetely worth it. In this lesson we will summarize what you've learned so far and how ng --prod differentiate from Universal and Prerendered application.

How to Resolve Angular Prerendering Issues

lesson

How to Resolve Angular Prerendering IssuesThe newline Guide to Angular Universal

What is prerendering and how Angular Universal supports it? This lesson will answer that questio and show you what steps you need to take, to make your application prerenderable.

Prerendering in Angular

lesson

Prerendering in AngularThe newline Guide to Angular Universal

In this module, you'll learn how to adjust the Angular application to be pre-renderable. Such prepared application can be deployed on static hosting like GitHub pages and still be SEO friendly! You will feed your application with data retrieved from MongoDB during the prerendering process.

5 Angular Performance Optimization Tips

lesson

5 Angular Performance Optimization TipsThe newline Guide to Angular Universal

Faster! Faster! Faster! In this lesson you will enable gzip compression, defer the CSS, lazy-load images and more. All to make it faster!

How to Cache Angular With Redis Node.js Middleware

lesson

How to Cache Angular With Redis Node.js MiddlewareThe newline Guide to Angular Universal

In this lesson you will create a Node.JS middle-ware, that will be responsible for caching rendered views inside Redis database.

How to Install Redis CLI on Windows, Mac, and Heroku

lesson

How to Install Redis CLI on Windows, Mac, and HerokuThe newline Guide to Angular Universal

First things first. Let's install the Redis DB on your machine and provision it in the Heroku environment.