You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/03-dynamic.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,6 @@ In the case of our mood tracker, we will use the [fsnotify](https://hackage.hask
69
69
70
70
Now if you run the app and modify the `data/mood.csv` file (e.g., change "Neutral" to "Bad"), your app's web view will update in real-time. Your Ema app updates instantly on code *or* data change.
71
71
72
-
This concludes the tutorial series, and hopefully, you have gained an introductory understanding of what is entailed behind the "*just about any app that creates a browser view of arbitrarily changing data" claim on the [[index|index]] page. You can view the source code for the mood tracker tutorial at https://github.com/srid/MoodTracker-Tutorial.
72
+
This concludes the tutorial series, and hopefully, you have gained an introductory understanding of what is entailed behind the *"just about any app that creates a browser view of arbitrarily changing data"* claim on the [[index|index]] page. You can view the source code for the mood tracker tutorial at https://github.com/srid/MoodTracker-Tutorial.
73
73
74
74
You may visit [[guide]] or [[topics]] to further your understanding.
0 commit comments