Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State management docs or implementations? #1010

Closed
DukeFerdinand opened this issue Mar 9, 2020 · 3 comments
Closed

State management docs or implementations? #1010

DukeFerdinand opened this issue Mar 9, 2020 · 3 comments
Labels

Comments

@DukeFerdinand
Copy link

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 :)

@jstarry
Copy link
Member

jstarry commented Mar 9, 2020

Oh cool to hear! And awesome, that sounds similar to what we've been noodling on here #576 I would love if there was both docs and an implementation!

@DukeFerdinand
Copy link
Author

@jstarry Oh nice, I'll move any updates over there to keep things in once place :)

I'm a sucker for documentation so I can definitely do both! Might be a few days as the work week just started, but I'll spin something up

@DukeFerdinand
Copy link
Author

Closing in favor of #576 discussion :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants