1 min readApr 8, 2020
Hi Sanjan,
yes, it will update and re-render, because it is the default behavior of React Context API.
This happens running the sample code in this article, but in the library react-context-hook
this problem is fixed. So you can use it without performance issues.