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
is a great overview of both JavaScript and CSS as well as how pages are
59
55
rendered in a browser.
@@ -72,17 +68,14 @@ which is defined by the
72
68
*[Unheap](http://www.unheap.com/) is an amazing collection of reusable JQuery
73
69
plugins for everything from navigation to displaying media.
74
70
75
-
*[The State of JavaScript in 2015](http://www.breck-mckye.com/blog/2014/12/the-state-of-javascript-in-2015/)
76
-
is an opinion piece about favoring small, single-purpose JavaScript libraries
77
-
over larger frameworks due to churn in the ecosystem.
78
-
79
-
*[The Modern JavaScript Developer’s Toolbox ](http://www.infoq.com/articles/modern-javascript-toolbox)
71
+
*[The Modern JavaScript Developer's Toolbox](http://www.infoq.com/articles/modern-javascript-toolbox)
80
72
provides a high-level overview of tools frequently used on the client and
81
73
server side for developers using JavaScript in their web applications.
82
74
83
75
*[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.
84
76
85
-
## JavaScript learning checklist
77
+
78
+
### JavaScript learning checklist
86
79
1. Create a simple HTML file with basic elements in it. Use the
87
80
``python -m SimpleHTTPServer`` command to serve it up. Create a
<divclass="well see-also">React is an implementation of the <ahref="/javascript.html">JavaScript frameworks</a> concept. Learn how these pieces fit together in the <ahref="/web-development.html">web development</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
<divclass="well see-also">Vue.js is an implementation of the <ahref="/javascript.html">JavaScript frameworks</a> concept. Learn how these pieces fit together in the <ahref="/web-development.html">web development</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
0 commit comments