Skip to main content

7 docs tagged with "jsx"

View all tags

Components

In this chapter, you learn about components, the basic unit of React.

Event handling

In this chapter, you learn about event handling in React.

Forms

In this chapter, you learn how to handle forms in React.

Props

In this chapter, you learn about Props, the mechanism for passing data to components.

State (useState)

In this chapter, you learn about State, which manages a component's state.

The basics of JSX

In this chapter, you learn JSX, the syntax for describing React's UI.