docs: Learning section (#1817)

This commit is contained in:
cavemansspa 2017-11-20 17:30:08 -05:00 committed by Pat Cavit
parent 684a394d97
commit 08c3b291c6
2 changed files with 6 additions and 0 deletions

5
docs/learning-mithril.md Normal file
View file

@ -0,0 +1,5 @@
# Learning Mithril
Links to Mithril learning content:
- [Mithril 0-60](https://scrimba.com/playlist/playlist-34)

View file

@ -9,6 +9,7 @@
- [Animation](animation.md)
- [Testing](testing.md)
- [Examples](examples.md)
- [Learning Mithril](learning-mithril.md)
- Key concepts
- [Vnodes](vnodes.md)
- [Components](components.md)