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