Reactjs – In React.js how do I update a state in Context from a component without making that component rerender?
So basically I am using google maps api, where when I click on a building it shows a Modal with somme information. The state of this modal is in Context and updated from click event on map. What happens is,…