0

Let's say I have two components - A and B, and the pageState/appState is initially set to 10. These components are placed on page A. Now, if I update the value of the pageState/appState to 15 from component A, I want to display the updated value in component B. How can I refresh component B from A without refreshing the Page A?

0 Answers0