Can I update value outside the component? #3730
jatinhemnani01
started this conversation in
General
Replies: 1 comment
-
Can you provide a bit more detail/explanation of what you're looking for? State setters can be passed to other components and there's a whole plethora of ways to manage state outside of components altogether, examples including Redux, Mobx, and our recently released signals (amongst many others). State outside of components can't quite be as simple as just a variable, as we need some way to signal a rerender or other update mechanism. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanna update the value of state outside the component, is that possible?
Beta Was this translation helpful? Give feedback.
All reactions