mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:25:20 +00:00
305 B
305 B
title, order, domid
| title | order | domid |
|---|---|---|
| A Stateful Component | 1 | timer-example |
In addition to taking input data (accessed via this.props), a component can maintain internal state data (accessed via this.state). When a component's state data changes, the rendered markup will be updated by re-invoking render().