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' + }, ] } },