Lessons

Explore all newline lessons

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

Using Middleware to Run React API Calls in the Background

lesson

Using Middleware to Run React API Calls in the BackgroundThe newline Guide to React Native for JavaScript Developers using TypeScript

Middleware allows for side-effects to be executed without blocking state updates. Logger and Analytics make for perfect use cases.

Making API Calls in a React Native App With fetch and Axios

lesson

Making API Calls in a React Native App With fetch and AxiosThe newline Guide to React Native for JavaScript Developers using TypeScript

The very reliable "fetch". Learn the best practices for structuring the app's services and APIs to make them resilient to change.

Combining React Elements Into Widgets

lesson

Combining React Elements Into WidgetsThe newline Guide to React Native for JavaScript Developers using TypeScript

Built using atoms and molecules, Organisms are the complex components that deliver specific features. They are at the core of an app that delivers a consistent UX.