Уровень 0 · материалов: 3
В кластер входят документы, посвященные конкретным библиотекам, утилитам или технической оптимизации кода на языке JavaScript.
Общие признаки: библиотеки JavaScript, оптимизация кода JS, инструменты разработки на JavaScript
Группа выше: Модульность и сборка фронтенда
Смысл: The text introduces Moment.js as a highly useful JavaScript library for parsing, validating, manipulating, and formatting dates, providing simple code examples to prove its efficiency.
A concise guide introducing Moment.js as an efficient JavaScript library for date manipulation and formatting with practical examples.
Смысл: Hola is hosting a JavaScript optimization contest to crowdsource the fastest possible implementation of the strftime function, using the event both to improve their code and to recruit top-tier engineering talent.
Hola is running a competition to optimize the JavaScript strftime function with cash prizes for the fastest and most creative solutions.
Смысл: The main idea is that modern browser APIs have rendered large libraries like jQuery obsolete for simple DOM tasks, and a tiny utility like bala.js can provide the desired syntactic sugar without the overhead.
The author introduces bala.js, a tiny (<400 characters) JavaScript utility for DOM selection, while arguing that modern native APIs and polyfills make jQuery unnecessary.