Replies: 2 comments 2 replies
-
I think you can just create a |
Beta Was this translation helpful? Give feedback.
1 reply
-
This it not working for me. In my code, I want the header to be updated when I click the button, but only the button is updated:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to share state from pricing with other components like 'UserAvatar and Tools'. Is there a standard vanJS way to do this?
or if not, is there a way to get and set state from outside of const Pricing?
const Pricing
const UserAvatar
const Tools
UserAvatar and Tools live in totally different parts of the dom from pricing.
Beta Was this translation helpful? Give feedback.
All reactions