Here are some ways that the documentation and learning material could be improved. Contributions and suggestions are appreciated. - Wiki - [ ] _API Overview_. Document each of the transformers, and include marble diagrams - [ ] _How do I?_ An FAQ with examples on how to do common scenarios in Frappe. - [ ] _Unit testing reactive applications_. Best practices and examples around testing reactive applications. - Tutorials - [x] [Auto complete](https://github.com/danschultz/frappe/tree/master/example#auto-complete) - [x] [Registration form](https://github.com/danschultz/frappe/tree/master/example/registration_form) - [ ] [Mario!](http://elm-lang.org/edit/examples/Intermediate/Mario.elm) - [ ] [Canvas drawing](http://jsfiddle.net/mattpodwysocki/2EnC4) - [ ] [Image slideshow](http://elm-lang.org/edit/examples/Intermediate/SlideShow.elm) - Dart Docs - [ ] The docs lack information on when a transformed streams is closed
Here are some ways that the documentation and learning material could be improved. Contributions and suggestions are appreciated.