fable-compiler / fable-arch

Framework for building applications based on the elm architecture.
https://fable-compiler.github.io/fable-arch/
Apache License 2.0
60 stars 14 forks source link

Docs site updates #58

Open MangelMaxime opened 7 years ago

MangelMaxime commented 7 years ago
rmunn commented 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.

MangelMaxime commented 7 years ago

Thanks for your feedback. :)

The explanations should be provided by the different samples/docs to help understand the different case.

kunjee17 commented 7 years ago

@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?

MangelMaxime commented 7 years ago

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

Zaid-Ajaj commented 7 years ago

Suggestions

MangelMaxime commented 7 years ago

Docs site updated. Feedbacks are welcomed.