lesson
How to Build a React Sidebar MenuComposing Layouts in ReactThis lesson will focus on getting the main section with the sidebar navigation for our Settings page.
lesson
How to Build a React Navbar With a Menu and HeaderComposing Layouts in ReactThis lesson is going to focus on getting the menu and header completed on our mock Settings Page
lesson
Using React Native SVG to Support SVG on iOS and AndroidThe newline Guide to React Native for JavaScript Developers using TypeScriptLook no further than React Native SVG for your SVG solution.
lesson
How to Get React Native Error Logs With SentryThe newline Guide to React Native for JavaScript Developers using TypeScriptError reporting in JavaScript and native code
lesson
How to Deploy React Native Apps With Microsoft CodePushThe newline Guide to React Native for JavaScript Developers using TypeScriptCodePush is Microsoft's App Center cloud service that enables React Native developers to deploy mobile app updates directly to their users' devices.
lesson
How to Store User Login Data With React Native Async StorageThe newline Guide to React Native for JavaScript Developers using TypeScriptAsyncStorage is an asynchronous, unencrypted, persistent, key-value storage system for React Native.
lesson
Using Middleware to Run React API Calls in the BackgroundThe newline Guide to React Native for JavaScript Developers using TypeScriptMiddleware allows for side-effects to be executed without blocking state updates. Logger and Analytics make for perfect use cases.
lesson
Making API Calls in a React Native App With fetch and AxiosThe newline Guide to React Native for JavaScript Developers using TypeScriptThe very reliable "fetch". Learn the best practices for structuring the app's services and APIs to make them resilient to change.
lesson
Combining React Elements Into WidgetsThe newline Guide to React Native for JavaScript Developers using TypeScriptBuilt 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.
lesson
Customizing React Native Elements With Global StyleThe newline Guide to React Native for JavaScript Developers using TypeScriptWe'll look at the Atomic design pattern's atoms and molecules; what they are and how they help build the design system of the app.
lesson
SVG vs PNG: Which Image Format to Use in a React Native AppThe newline Guide to React Native for JavaScript Developers using TypeScriptShould we use images or SVGs? Should we be putting them in the React Native bundle, or on native and save OTA bandwidth? Let's look at the best practices.