mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 17:25:16 +00:00
8 lines
359 B
Markdown
8 lines
359 B
Markdown
---
|
|
title: An Application
|
|
order: 2
|
|
domid: todos-example
|
|
---
|
|
|
|
Using `props` and `state`, we can put together a small Todo application. This example uses `state` to track the current list of items as well as the text that the user has entered. Although event handlers appear to be rendered inline, they will be collected and implemented using event delegation.
|