Explore all newline lessons
lesson
How to Build a Dynamic Form Builder in React with JSON DataBeginner's Guide to Real World ReactThe 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.
lesson
Form Builder projectBeginner's Guide to Real World ReactThe big project in this module is a Form Builder. Let's take a look at what we'll be building.
lesson
Bootstrapping a React Native App With BoilerplateThe newline Guide to React Native for JavaScript Developers using TypeScriptStarting 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.
lesson
When Should You Split Up React Components?Beginner's Guide to Real World ReactReact components are modular, isolated slices of functionality that connect together to build user interfaces. This lesson discusses the relationships between components.
lesson
Thinking in React with Higher Order and Functional ComponentsBeginner's Guide to Real World ReactSuccessful React development involves being able to 'think in React'. We'll look at breaking down UI's into components and their relationships.