InfoQ Homepage JavaScript Libraries Content on InfoQ
-
Lodash, the JavaScript Library You're Already Using
lodash, the JavaScript utility library has become the most dependend on package in npm. Originally a fork of Underscore.js, lodash has shaken off its underdog status and become the go-to utility library.
-
Pointer Events Reaches W3C Final Stage, “Recommendation”
The World Wide Web Consortium (W3C) has published the Pointer Events standard as a recommendation for wide adoption, but its future is in doubt as Apple and Google are refusing to implement it.
-
Is.js Offers Simple Way to Check Data
The micro-check library is.js offers JavaScript developers a quick way to check data for type conformance, regexp matching, arithmetic comparison, and more.
-
Immutable.js Offers JavaScript a Taste of Functional Programming
Immutable.js provides JavaScript with a set of persistent data structures allowing for a functional programming style while using natural syntax familiar to traditional JavaScript developers.
-
SweetAlert Provides Alternate Way to Alert Users
SweetAlert is a new modal dialog box library for JavaScript with a focus on style but without any external dependencies. The developer behind it, Tristan Edwards, created it as a way to ease the pain web designers experience when dealing with error messages.
-
Intern 2.1 Brings New HTML and JUnit reporters
Sitepen has released version 2.1 of Intern, its next generation JavaScript testing stack. Intern brings with it new HTML and JUnit reporters, grep and skip functions, and improved performance.