0
0
llucycodes42
prevProps is a object that holds the previous value of the props of the component that is being updated. prevState is an object that holds the previous state of the component.
Library: react
Shortcut: cdup
componentDidUpdate(prevProps, prevState) { first}