From 2dbfdb5c9a5a94f9d39b329e243200669e06e164 Mon Sep 17 00:00:00 2001 From: "lost.design" Date: Sat, 15 Jun 2019 03:05:16 +0200 Subject: [PATCH] add resource --- pages/javascript/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/javascript/index.vue b/pages/javascript/index.vue index fe6c6c7..224405a 100644 --- a/pages/javascript/index.vue +++ b/pages/javascript/index.vue @@ -68,6 +68,11 @@ export default { desc: 'ES6 is a significant update to the language, and the first update to the language since ES5 was standardized in 2009.', url: 'https://github.com/lukehoban/es6features#readme' }, + { + title: 'You might not need jquery', + desc: 'jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. If you\'re developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency.', + url: 'http://youmightnotneedjquery.com' + }, ] } },