Skip to content

Commit 7c45dcd

Browse files
committed
add new javascript resource
1 parent 34635fd commit 7c45dcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)