MithrilJS / mithril.js

A JavaScript Framework for Building Brilliant Applications
https://mithril.js.org
MIT License
13.99k stars 926 forks source link

Supplementary Documentation #2389

Closed spacejack closed 4 weeks ago

spacejack commented 5 years ago

Regarding this repo: https://github.com/spacejack/mithril-docs-ex

This is a collection of additional documentation people might find useful after they go through the current set of docs on the site. These are to expand on topics that require more detail and nuance than you generally allow for in the API docs and could fill a similar role to Leo's old blog.

thequailman commented 5 years ago

These are good, though some of them are mostly in the docs these days I think.

For additional topics, as someone who has spent the past year learning Mithril, I would have appreciated documentation that gave examples/how to for these scenarios:

Happy to add these somewhere.

dead-claudia commented 5 years ago

@thequailman

Having all of the docs use ES6 module syntax 😁

Already being considered separately in #1687 and #2224.