Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Build a Dynamic Form Builder in React with JSON Data

lesson

How to Build a Dynamic Form Builder in React with JSON DataBeginner's Guide to Real World React

The Form Builder app is the most complex we've built so far. It builds on concepts from earlier modules and reenforces the idea of building modular, component-driven UIs. We'll walk through the app build together to create a dynamic form powered from a set of JSON objects.

Form Builder project

lesson

Form Builder projectBeginner's Guide to Real World React

The big project in this module is a Form Builder. Let's take a look at what we'll be building.

Bootstrapping a React Native App With Boilerplate

lesson

Bootstrapping a React Native App With BoilerplateThe newline Guide to React Native for JavaScript Developers using TypeScript

Starting from the ground up? We'll look at the structure of the boilerplate code. An opinionated way to build apps, inspired by several apps in production.

When Should You Split Up React Components?

lesson

When Should You Split Up React Components?Beginner's Guide to Real World React

React components are modular, isolated slices of functionality that connect together to build user interfaces. This lesson discusses the relationships between components.

Thinking in React with Higher Order and Functional Components

lesson

Thinking in React with Higher Order and Functional ComponentsBeginner's Guide to Real World React

Successful React development involves being able to 'think in React'. We'll look at breaking down UI's into components and their relationships.