Explore all newline lessons
lesson
IntroductionCreating a React Native LoginIntroduction to "Creating a React Native Login" course
lesson
Summary and thank youThe newline Guide to React Component Design Systems with FigmagicWhat a ride it's been!
lesson
API AfterthoughtsBuild and deploy a REST API with DenoNow that our application is completed, we will consider some improvements and discuss alternative approaches.
lesson
Welcome to Build and Deploy a REST API with Deno!Build and deploy a REST API with DenoIntroduction to the newline guide to building and deploying a REST API using Deno.
lesson
Intro to Debugging React Native With iOS and Android DevToolsThe newline Guide to React Native for JavaScript Developers using TypeScriptHow to debug a React Native app and a look at a working combination of tools and techniques. Remote Debugger, DevTools and error boundaries.
lesson
Course Wrap Up - Creating React Libraries from ScratchCreating React Libraries from ScratchWhat we learned in Creating React Libraries from Scratch.
lesson
Using React Native Debugger to Optimize an AppThe newline Guide to React Native for JavaScript Developers using TypeScriptReact Native Debugger and Flipper; the evolution of debugging options at React Native.
lesson
How to Build a Privacy Page with Toggle Buttons in ReactComposing Layouts in ReactIn this lesson, we will be finishing the Settings page by completing the privacy pane.
lesson
How to Build a Profile Settings Page in ReactComposing Layouts in ReactIn this lesson, we will be focusing on the profile pane.
lesson
React Native Cheat SheetThe newline Guide to React Native for JavaScript Developers using TypeScriptSome common references and special components supported by React Native, Android back handler, and a bit of know-how!
lesson
Use List Virtualization to Optimize React Native RenderingThe newline Guide to React Native for JavaScript Developers using TypeScriptDoes 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.
lesson
How to Improve JavaScript Performance and Boost Frame RatesThe newline Guide to React Native for JavaScript Developers using TypeScriptHow 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.