Skip to content

Instantly share code, notes, and snippets.

View iverenshaguy's full-sized avatar
🎯
Focusing

Iveren Shaguy iverenshaguy

🎯
Focusing
View GitHub Profile
class Example extends React.Component<
Props,
State,
Snapshot
> {
static getDerivedStateFromProps(
nextProps: Props,
prevState: State
): $Shape<State> | null {
// ...