I just started to studying React.
When learning LifeCycle and I wonder about componentDidUpdate method.
As I read componentDidUpdate method can have three params (prevProps, prevState, snapshot). If I can find out prevState from componentDidUpdate what is the snapshot for?
It may not important but I just got curious