How do decentralized event handlers scale in large Reflex apps with deeply nested components? #5302
Unanswered
KalyanChakravarthyK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the docs, I see that Reflex allows event handlers to be defined directly in child components (e.g., Button.on_click). This seems great for modularity, but:
Beta Was this translation helpful? Give feedback.
All reactions