-
Notifications
You must be signed in to change notification settings - Fork 10
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
Documentation/examples #8
Comments
You can find some examples here and there is a very great article Christmas Trees in WPF, 2016 Edition but API was changed so some function has different names. |
Thanks. While intriguing, the samples were complex enough (contained so many nontrivial, unexplained concepts) that I'll have to wait for proper documentation before I delve further into this. |
@cmeeren It's really much simpler than it would appear at first sight. Btw, I saw in your profile the Yarni - It seems like you already know concept (cause as I know Redux was inspired by Elm). So I really can't understand what exactly is causing you difficulties. |
I understand the basic concepts, and I'm sure the rest is simpler than it appears at first sight, but without documentation to set the record straight, I only have "first sight" and my own guesses to go on. Some general things I'm unsure about:
Slight tangent: I'm also unsure of if/how Gjallarhorn.Bindable has fixed a really annoying problem I have with my current redux-based Xamarin.Forms app: I have the text values of all |
"Some general things I'm unsure about:" "that means every character typed into a text field (based on Entry.TextChanged) goes through the entire redux loop" |
I'm intrigued by this concept, although I'm at a bit of a loss as to how it should be used, not least because Gjallarhorn seems to be mutable at its core and Gjallarhorn.Bindable talks about a "fully immutable data model".
Could you provide or link to any documentation or examples? (I've seen the API reference, and it doesn't really explain how to use it.)
The text was updated successfully, but these errors were encountered: