This Week in JavaScript - 14 December 2015

Hello and welcome to ‘This Week in JavaScript’ — another curated collection of links relating to what’s new and exciting in the world of JavaScript. The complete list is tagged jsweekly. (Don’t forget to check out our weekly .NET and front end roundups too!)

And now for this week’s finds …


Getting started

Learning more

Libraries

  • Bliss - Lea Verou introduces Bliss, a lightweight 3Kb library for use with plain old vanilla JavaScript.
  • What’s New in Vue.js 1.0 - Ryan Chenkie explores some of the changes and how you can use them to be more productive and expressive when creating apps with Vue.js.
  • Making Accessibility Simpler, With Ally.js - ally.js is a JavaScript library to help modern web applications with accessibility concerns by making accessibility simpler - Rodney Rehm explains.
  • Split.js - Split.js is a lightweight, unopinionated utility for creating adjustable split views or panes.

ES6 (and beyond…)

  • ES7 Proposal: The Pipeline Operator - This proposal introduces a new operator |> similar to F#, OCaml, Elixir, Elm, Julia, and LiveScript, as well as UNIX pipes. It’s a backwards-compatible way of streamlining chained function calls in a readable, functional manner, and provides a practical alternative to extending built-in prototypes.

#react

Frameworks

Everything Else

  • DevTools in 2015: Authoring to the max - Paul Bakaus takes you through some of the up and coming DevTools features in Chrome.
  • Microsoft Chakra Goes OS - Microsoft announced that it is open sourcing Chakra, the JavaScript engine used in its Edge and Internet Explorer browsers. The code will be published to the company’s GitHub page in January.
  • Bower release v1.7.0 - The release includes fixes and enhancements that have been on Bower’s radar for years. Bower offers a clean, unopinionated solution to front-end package management.
  • JavaScript Developer Survey Results - With 5,350 responses received, the Ponyfoo.com survey results are the ones you want to see.
  • Espruino Home Computer - In this tutorial you’ll learn how to make your own JavaScript computer in a few hours using Espruino! One of those ‘Just because they could’ projects…

For more links like this and to keep up-to-date with the latest goings on in JS land, you can follow SitePoint’s JavaScript channel on Twitter.
Please PM us if you have anything of interest for the next issue or if there is anything you would like to see featured. Paul and Chris of Arabia.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.