DEV Community

Discussion on: Context In React

Collapse
 
zyabxwcd profile image
Akash

Question: how can we change the value of the state stored in context? Will it trigger a re-render of the components subscribing to it? Also if one component changes it, will it reflect everywhere in every component using it?