Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Amit Mangal
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20210923201728524_CoverImage_RNforJSDevelopers.png

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.

https://s3.amazonaws.com/assets.fullstack.io/n/20210923201728524_CoverImage_RNforJSDevelopers.png

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.

https://s3.amazonaws.com/assets.fullstack.io/n/20210923201728524_CoverImage_RNforJSDevelopers.png

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!

https://s3.amazonaws.com/assets.fullstack.io/n/20210923201728524_CoverImage_RNforJSDevelopers.png

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.

https://s3.amazonaws.com/assets.fullstack.io/n/20210923201728524_CoverImage_RNforJSDevelopers.png

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.

https://image.mux.com/377RKQvHoJaUgaNCwuDEQuOtfiKCRexPtxocsOwgrcs/thumbnail.png?time=0

lesson

Intro to Atomic Design Patterns [with examples]The newline Guide to React Native for JavaScript Developers using TypeScript

Atomic design is a mental model of how the UI should be built and laid out. It is at the core of how we are going to build our apps.

https://image.mux.com/22sv01Zd4wK3ucIfothQkf2bO8FWRmEsy1SjVrw7EWUI/thumbnail.png?time=0

lesson

Using React Context API to Pass Data to React ComponentsThe newline Guide to React Native for JavaScript Developers using TypeScript

Context API provides a way to pass data through the component tree - no more prop-drilling!

https://image.mux.com/xqnGsfHnFib2b00EGw00Tgim2kVqyee2BlHhDH6Xk2nxQ/thumbnail.png?time=0

lesson

How to Build a Design System for Optimal User ExperienceThe newline Guide to React Native for JavaScript Developers using TypeScript

What happens when we press a button on an app vs when we press a button on a web page? That difference is User Experience.