This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
nested component states #27
Unanswered
hellcoderz
asked this question in
Q&A
Replies: 1 comment
-
From my understanding (Very new to golive) you can pass states downstream via Line 140 in d475256 And upstream I think you can just pass a reference to a common struct/variable/... or use channel (Currently I use rxgo to have observer and auto commit component when state change, to have "kind of" state management with store like in vue/react/svelte/...) |
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 understand we can create nested components but I am not sure how to pass states downstream and how the updates will send upstream for the component state
Beta Was this translation helpful? Give feedback.
All reactions