add conclusion to tut

This commit is contained in:
Leo Horie 2017-01-08 22:36:42 -05:00
parent 30d0166830
commit 84cb1ecb3d

View file

@ -604,3 +604,9 @@ Refresh the page in the browser and now you'll see the global navigation on ever
---
This concludes the tutorial.
In this tutorial, we went through the process of creating a very simple application where we can list users from a server and edit them individually. As an extra exercise, try to implement user creation and deletion on your own.
If you want to see more examples of Mithril code, check the [examples](examples.md) page. If you have questions, feel free to drop by the [Mithril chat room](https://gitter.im/lhorie/mithril.js).