mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
class Example extends React.Component {
|
|
getSnapshotBeforeUpdate(prevProps, prevState) {
|
|
// ...
|
|
}
|
|
}
|