Explore all newline lessons
lesson
Angular UniversalThe newline Guide to Angular UniversalIn the previous module, you've built a fully functional production-ready application. Unfortunately, like other single-page applications, this application has its weaknesses. In this module, you will learn how to address one of them and render HTML content on the server.
lesson
Course prerequisitesThe newline Guide to Angular UniversalThis lesson answers the questions "What do I need to accomplish the course?" "What software is needed?" "What should I know about Angular and other technologies?" "What should I do to accomplish the course offline?"
lesson
How to Structure a React ProjectBeginner's Guide to Real World ReactThere are many different ways to structure your apps' code. This lesson introduces some different approaches, including how I structure my projects and suggestions from the Facebook team themselves.
lesson
PrerequisitesThe newline Guide to React Component Design Systems with FigmagicLet's take care of the essentials first, like setting up a development environment, Git and Node.
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.