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: content/pages/04-web-development/23-javascript.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,11 @@ which is defined by the
79
79
80
80
*[Developing a Single Page App with Flask and Vue.js](https://testdriven.io/developing-a-single-page-app-with-flask-and-vuejs) step-by-step walkthrough of how to set up a basic CRUD app with Vue and Flask.
81
81
82
+
*[The Deep Roots of Javascript Fatigue](https://segment.com/blog/the-deep-roots-of-js-fatigue/)
83
+
starts by covering the non-stop library churn in the JavaScript ecosystem
84
+
and then relates JavaScript evolution since the mid-90s to explain the
85
+
history of the problem.
86
+
82
87
83
88
### JavaScript learning checklist
84
89
1. Create a simple HTML file with basic elements in it. Use the
0 commit comments