Explore all newline lessons
lesson
What is Vue.js? A Beginner's Guide with Examples30 Days of VueOver the next 30 days, weβre going to walk through everything you need to know to get started with the Vue framework. From the **very beginning** through topics like the **Vue Instance**, **Components**, and even **Testing**.
lesson
React Native Text Components Explained With Examples and Common Styles30 Days of React NativeThe Text component is one of the most common React Native components β we use it whenever we need to display text in our app.
lesson
How to Create React Native Layouts with Flexbox with examples30 Days of React NativeIf you're familiar with CSS properties like flex-direction, then you already know how to create layouts in React Native!
lesson
How to Style React Native Components examples included30 Days of React NativeReact Native styles are based on CSS, with a few key differences.
lesson
Understanding How React Native Components Work30 Days of React NativeNow that we'll all set up, letβs dive into how components work in React Native.
lesson
How to Build Your First React Native App with Expo30 Days of React NativeBy the end of this article, weβll have an application up and running on a real device or simulator!
lesson
What is React Native? Building iOS and Android Apps With React.30 Days of React NativeReact Native allows us to build a mobile application for iOS and Android in a single language and framework.
lesson
A Beginner's Guide to GraphQL Schema LanguageThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptThe GraphQL schema language is a human-readable syntax to help create GraphQL schemas. In this lesson, we'll use the GraphQL schema language to re-create the schema we have in a more readable and simpler format.
lesson
How to Use GraphQL Mutations and QueriesThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptIn this lesson, we'll look to mimic the listings retrieval and manipulation we had in our Express RESTful API but with GraphQL instead.
lesson
How to Build a GraphQL Schema with GraphQL.jsThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptIn this lesson, we'll use the Apollo Server and GraphQL JavaScript libraries to create a minimal GraphQL API that we'll be able to interact with in an IDE environment known as GraphQL Playground.
lesson
How to Install Apollo Server for GraphQLThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptIn this lesson, we'll install the Express variation of the popular Apollo Server library and the GraphQL JavaScript library.
lesson
GraphQL Schema, Object Types, and Function ExamplesThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptIn this lesson, we introduce and discuss some of GraphQL's main concepts such as the GraphQL schema, object types and resolver functions.