Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Introduction

lesson

IntroductionCreating a React Native Login

Introduction to "Creating a React Native Login" course

API Afterthoughts

lesson

API AfterthoughtsBuild and deploy a REST API with Deno

Now that our application is completed, we will consider some improvements and discuss alternative approaches.

Welcome to Build and Deploy a REST API with Deno!

lesson

Welcome to Build and Deploy a REST API with Deno!Build and deploy a REST API with Deno

Introduction to the newline guide to building and deploying a REST API using Deno.

Intro to Debugging React Native With iOS and Android DevTools

lesson

Intro to Debugging React Native With iOS and Android DevToolsThe newline Guide to React Native for JavaScript Developers using TypeScript

How to debug a React Native app and a look at a working combination of tools and techniques. Remote Debugger, DevTools and error boundaries.

Using React Native Debugger to Optimize an App

lesson

Using React Native Debugger to Optimize an AppThe newline Guide to React Native for JavaScript Developers using TypeScript

React Native Debugger and Flipper; the evolution of debugging options at React Native.

How to Build a Privacy Page with Toggle Buttons in React

lesson

How to Build a Privacy Page with Toggle Buttons in ReactComposing Layouts in React

In this lesson, we will be finishing the Settings page by completing the privacy pane.

How to Build a Profile Settings Page in React

lesson

How to Build a Profile Settings Page in ReactComposing Layouts in React

In this lesson, we will be focusing on the profile pane.

React Native Cheat Sheet

lesson

React Native Cheat SheetThe newline Guide to React Native for JavaScript Developers using TypeScript

Some common references and special components supported by React Native, Android back handler, and a bit of know-how!

Use List Virtualization to Optimize React Native Rendering

lesson

Use List Virtualization to Optimize React Native RenderingThe newline Guide to React Native for JavaScript Developers using TypeScript

Does your app have lot of images or tabs? Thousands of items or an endless scroll? Let's look at how to handle it best in React Native.

How to Improve JavaScript Performance and Boost Frame Rates

lesson

How to Improve JavaScript Performance and Boost Frame RatesThe newline Guide to React Native for JavaScript Developers using TypeScript

How JavaScript works. Learn best practices, find the node that is taking time to render, improve FPS performance, learn when to do image caching and find out about Hermes.