Iam new to React and i came across with this doc. It says that:
Either way, it is unsafe to use componentWillUpdate for this purpose in async mode, because the external callback might get called multiple times for a single update
How is it possible for the componentWillUpdate to be called multiple times? It doesnt explain it.
Thank you