mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
class Example extends React.Component {
|
|
static getDerivedStateFromProps(nextProps, prevState) {
|
|
// ...
|
|
}
|
|
}
|