causes:
1. state/props change
2. context change - parent render
In normal rendering, React does not care whether “props changed” - it will render child components unconditionally just because the parent rendered!
- getting started with ANDMAP
causes:
1. state/props change
2. context change - parent render
In normal rendering, React does not care whether “props changed” - it will render child components unconditionally just because the parent rendered!