You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
359 B
359 B
title | order | domid |
---|---|---|
An Application | 2 | 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.