Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/learn/describing-the-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Describing the UI

<Intro>

React is a JavaScript library for rendering user interfaces (UI). UI is built from small units like buttons, text, and images. React lets you combine them into reusable, nestable *components.* From web sites to phone apps, everything on the screen can be broken down into components. In this chapter, you'll learn to create, customize, and conditionally display React components.
React is a JavaScript library for rendering user interfaces (UI). User interfaces are built from small units like buttons, text, and images. React lets you combine them into reusable, nestable *components.* From websites to phone apps, everything on the screen can be broken down into components. In this chapter, you'll learn how to create, customize, and conditionally display React components.

</Intro>

Expand Down