Open MangelMaxime opened 7 years ago
The plugin sample should probably show how to set up producers and subscribers, too. I'm currently writing an app using fable-elmish because I could understand its structure, but fable-arch's producer/subscriber infrastructure (and the distinction between AppMessages and regular messages) is still a bit hard for me to get a handle on, even though I've been reading the code. I learn best through examples, so I'm looking forward to those.
Thanks for your feedback. :)
The explanations should be provided by the different samples/docs to help understand the different case.
@MangelMaxime hey, isn't it good is sample shown on docs site are in sync with samples shown here? For simple example I couldn't find "classy" in sample while it is there on doc site. Or may be you can share link of doc examples. Complete one?
The sample shown on the docs site are inside this folder:
We are working to have a better management of the sample and make them independant from the docs site again.
All the samples inside the root/samples directory are not used in the docs site for the moment this is why you don't see classy
in the code.
Otherwise, classy
is an helper provided by Fable-arch you just need to open Fable.Arch.Html
Suggestions
Docs site updated. Feedbacks are welcomed.