fable-arch
fable-arch copied to clipboard
Docs site updates
- [x] Add a sample to show async code
- [x] Add a navigation sample
- [ ] Add a plugin sample
- [x] Find a way to add the React demo.
- [ ] Add a new doc page explaining the glossary (App, Handler, etc.)
- [x] Standalone samples using iframe
- [x] Provide an easy way (template) in order to add a sample / demo
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
- A "Getting Started" Page in the Docs tab to show how to set up a simple project
- A react sample to show how to use external components (like material-ui for example) in fable.arch
Docs site updated. Feedbacks are welcomed.