Skip to content

Commit 9a20335

Browse files
committed
add a couple of javascript resources
1 parent 6a33a41 commit 9a20335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/04-web-development/23-javascript.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ which is defined by the
7979

8080
* [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.
8181

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+
8287

8388
### JavaScript learning checklist
8489
1. Create a simple HTML file with basic elements in it. Use the

0 commit comments

Comments
 (0)