Lessons

Explore all newline lessons

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

Prerequisites

lesson

PrerequisitesThe newline Guide to React Component Design Systems with Figmagic

Let's take care of the essentials first, like setting up a development environment, Git and Node.

How to Build a React Sidebar Menu

lesson

How to Build a React Sidebar MenuComposing Layouts in React

This lesson will focus on getting the main section with the sidebar navigation for our Settings page.

How to Build a React Navbar With a Menu and Header

lesson

How to Build a React Navbar With a Menu and HeaderComposing Layouts in React

This lesson is going to focus on getting the menu and header completed on our mock Settings Page

How to Deploy React Native Apps With Microsoft CodePush

lesson

How to Deploy React Native Apps With Microsoft CodePushThe newline Guide to React Native for JavaScript Developers using TypeScript

CodePush is Microsoft's App Center cloud service that enables React Native developers to deploy mobile app updates directly to their users' devices.

How to Store User Login Data With React Native Async Storage

lesson

How to Store User Login Data With React Native Async StorageThe newline Guide to React Native for JavaScript Developers using TypeScript

AsyncStorage is an asynchronous, unencrypted, persistent, key-value storage system for React Native.