RFC: Evolving State Management (Svelte-style stores, Signals, & Client-side Generation) #15
reecelikesramen
started this conversation in
Ideas
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.
-
As PyWire grows, we want to ensure our state management remains intuitive but becomes more performant—especially in reducing unnecessary server roundtrips for purely cosmetic or highly interactive client-side state.
Key Concepts to Explore:
Questions for the community:
How do you currently handle complex client-side interactions? Would a built-in signals library or a
pywire.storenamespace make sense, and what syntax feels most "Pythonic"?Beta Was this translation helpful? Give feedback.
All reactions