React - Introduction to React Fragment

Difficulty: Intermediate
Duration: 5 minutes and 19 seconds
Students: 10

This lesson teaches you how to implement a React Fragment for wrapping elements. A React Fragment allows you to wrap elements without affecting the DOM.

Learning Objectives

  • Learn what a React Fragment is
  • Learn how to implement a React Fragment

Intended Audience

This lesson is intended for anyone who wants to learn about React.

Prerequisites

We recommend you take the following lessons before starting this one:

Covered Topics