#331: Arrow functions, popular JS patterns, and React VR
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 331 — April 21, 2017 It’s Time to Embrace Arrow FunctionsEric felt some pushback against the use of ES6’s arrow functions...
View Article#332: TypeScript 2.3, build your own Redux, and V8 5.9
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 332 — April 28, 2017 Build Yourself a ReduxRedux is a popular library for managing state within JS apps, often used with...
View Article#333: A New JS Optimization Tool, Headless Chrome and the 'Elements of...
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 333 — May 5, 2017 Prepack: An Optimization Tool to Produce More Efficient JavaScriptPrepack optimizes JavaScript code by...
View Article#334: A Look at Chrome Canary's New ES6 Module Support
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 334 — May 12, 2017 A note from your editor, @peterc: If you're into serverless architecture, AWS Lambda, etc. we've...
View Article#335: JSConf EU videos, a cartoon introduction to WebAssembly, and Polymer 2.0
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 335 — May 19, 2017 The Many Faces of Functions in JavaScriptA look at a variety of syntactic forms for functions in...
View Article#336: npm 5.0 Released
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 336 — May 26, 2017 npm 5.0 ReleasedThe popular JavaScript package manager takes some big steps forward with significantly...
View Article#337: Node 8, Meteor 1.5, and Migrating from Mocha to Jest
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 337 — June 2, 2017 Node 8 ReleasedA new major release of Node is here with many significant updates including V8 5.8, npm...
View Article#338: A Comparison Between Adopting Flow or TypeScript
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 338 — June 9, 2017 A Comparison Between Adopting Flow or TypeScriptBoth Flow and TypeScript can bring type checking to...
View Article#339: V8 6.0, Building an Android App with Vue, and ESLint v4
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 339 — June 16, 2017 How to Get The Most Out of the ConsoleMost JS developers debug with console.log so why not learn more...
View Article#340: How Long 1MB of JS Takes to Parse on Various Devices
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 340 — June 23, 2017 Using JavaScript for Microcontroller DevelopmentLearn about the ecosystem and some options for using...
View Article#341: TC39, ECMAScript, and the Future of JavaScript
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 341 — June 30, 2017 TC39, ECMAScript, and the Future of JavaScriptA thorough explanation of how new features make it into...
View Article#342: Why Reddit Chose TypeScript
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 342 — July 7, 2017 A Set of Best Practices for JavaScript ProjectsBritish design studio Hive has collected together...
View Article#343: The Main New Features of ES2017
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 343 — July 14, 2017 Reverse Engineering One Line of JavaScriptA fascinating look at how a ray-casted checker board effect...
View Article#344: JavaScript Factory Functions with ES6+
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 344 — July 21, 2017 JavaScript Factory Functions with ES6+“In JavaScript, any function can return an object. When it does...
View ArticleThis week's JavaScript news, issue 345
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 345 — July 28, 2017 React 16 Beta Released: Fiber is ReadyAs well as Fiber, a key change is in how component errors are...
View Article#346: JS oddities, V8 6.1, and an online VS Code IDE for JavaScript
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 346 — August 4, 2017 WTFJS? A List of Funny and Tricky Code ExamplesAround 40 examples of ‘quirky’ JavaScript code with...
View Article#347: Using ES Modules in Node Today
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 347 — August 11, 2017 Use ES Modules in Node Today@std/esm is a spec-compliant ES module loader for Node 4+ allowing you...
View Article#348: How Async/Await Will Make Your Code Simpler
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 348 — August 18, 2017 Towards a JavaScript Binary ASTWhat could we improve if instead of sending text source code over...
View Article#349: React in a single post, Node forked, and using JS in key-value stores
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 349 — August 25, 2017 August is always a quiet time in the programming world as people are enjoying vacations or the...
View Article#350: How Properties Work in the V8 Engine
This week's JavaScript news— Read this e-mail on the WebJavaScript Weekly Issue 350 — September 1, 2017 How Properties Work in the V8 EngineA look at how V8 handles object properties. Worth a read to...
View Article