File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ Allen Wirfs-Brock for more context on the language's evolution.
6565* [ A re-introduction to JavaScript] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript )
6666 by Mozilla walks through the basic syntax and operators.
6767
68+ * [ The Cost of Javascript Frameworks] ( https://timkadlec.com/remembers/2020-04-21-the-cost-of-javascript-frameworks/ )
69+ presents a balanced view of how JavaScript libraries and frameworks impact
70+ web performance on both desktop and mobile. The author acknowledges that
71+ these libraries are useful for developers but in extreme cases there are
72+ significant downsides to including so much JavaScript in pages.
73+
6874* [ The State of JavaScript report] ( https://stateofjs.com/ ) contains a wealth
6975 of data on what libraries developers are using in the JavaScript
7076 ecosystem. There are also reports from previous years which show how the
You can’t perform that action at this time.
0 commit comments