You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a proof of concept for an internal app at my company and we're strongly considering Rust/WASM using yew :)
I just wrapped up a neat (if a bit unpolished) approach to state management that takes from both Vuex and Redux ideas using the EventBus middleman approach used in the pub-sub example.
Question
Since there's not really any resources for proper application state management that I can find (I mostly just checked the official docs), is that something I could help seed or something anybody would be interested in seeing written?
I'll have to strip the project of any company specific API stuff of course, but I think it could be a good resource. Also it would be great to hear some feedback from more experienced Rust users :)
The text was updated successfully, but these errors were encountered:
Hey guys!
I'm working on a proof of concept for an internal app at my company and we're strongly considering Rust/WASM using yew :)
I just wrapped up a neat (if a bit unpolished) approach to state management that takes from both Vuex and Redux ideas using the
EventBus
middleman approach used in the pub-sub example.Question
Since there's not really any resources for proper application state management that I can find (I mostly just checked the official docs), is that something I could help seed or something anybody would be interested in seeing written?
I'll have to strip the project of any company specific API stuff of course, but I think it could be a good resource. Also it would be great to hear some feedback from more experienced Rust users :)
The text was updated successfully, but these errors were encountered: