13 Games in Under 13KB of JavaScript
#407 — October 12, 2018Read on the WebJavaScript WeeklyCalls Between JavaScript and WebAssembly Are Finally Fast— JavaScript is fast. WebAssembly is fast. But the interoperability between the two is...
View ArticleAngular 7 Released
#408 — October 19, 2018Read on the WebJavaScript Weekly33 Concepts Every JavaScript Developer Should Know— A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth...
View ArticleReact Hooks, and the state of JavaScript and WebAssembly
#409 — October 26, 2018Read on the WebJavaScript WeeklyIntroducing React 'Hooks'— Hooks are a proposed new feature for using state and other React features without writing classes. You can try them out...
View ArticleStorybook 4.0, the evolution of async JavaScript, and a new JS podcast
#410 — November 2, 2018Read on the WebJavaScript WeeklyAn Annotated webpack 4 Config for Frontend Development— A very thorough example of a real-world production webpack 4 config that takes modules,...
View ArticleGoing beyond console.log()
#411 — November 9, 2018Read on the WebJavaScript WeeklyTest262 Report: An Up-to-Date Status Report of JS Feature Support— Test262.report is a new site that shows up to date level of support and...
View ArticleA sneak peek at Vue.js 3.0
#412 — November 16, 2018Read on the WebJavaScript WeeklyEvan You Previews Vue.js 3.0— The creator of Vue.js presented a look at the future of the popular framework at an event this week. Plenty of...
View ArticleThe State of JavaScript 2018
#413 — November 23, 2018Read on the WebJavaScript WeeklyThe State of JavaScript 2018— The results of this popular annual survey are out now. React is the clear, dominant front-end framework of choice....
View ArticleTypeScript 3.2, Ionic for Vue.js, and the React 16 roadmap
#414 — November 30, 2018Read on the WebJavaScript WeeklyHow a Popular Node Package Was Compromised— We focused on this story heavily in yesterday’s Node Weekly, but long story short, a malicious...
View ArticleIntellicode for JavaScript, Babel 7.2.0, and npm's predictions for 2019
#415 — December 7, 2018Read on the WebJavaScript WeeklyIntelliCode for JavaScript and TypeScript in VS Code— The popular VS Code editor gains support for IntelliCode for JavaScript (and TypeScript)...
View Article'JavaScript is the main cause for making websites slow.'
#416 — December 14, 2018Read on the WebJavaScript WeeklyPika: A Searchable Catalog of ES Module npm Packages— Most packages in the main npm repository are published as Node.js/Common.js-style modules...
View ArticleIt's our epic JavaScript 2018 roundup
#417 — December 21, 2018Read on the WebJavaScript WeeklyThis week we're taking a break from the usual roundup to look back at what happened in the JavaScript world in 2018, as well as the tutorials,...
View ArticleTop Frameworks and Topics to Learn in 2019, Electron 4.0, and AVA 1.0
#418 — January 4, 2019Read on the WebJavaScript WeeklyRunJS: A JavaScript 'Scratchpad' Tool for macOS— Write and run JavaScript instantly. Useful for learning, experimenting, or perhaps even creating...
View ArticleNew ES2018 features worth knowing (with examples)
#419 — January 11, 2019Read on the WebJavaScript WeeklyFromJS: An Experimental Data-Flow Analysis Tool for Front-End JS— An interesting tool that shows you where each value in the DOM comes from - very...
View ArticleMoving from Flow to TypeScript for static typing
#420 — January 18, 2019Read on the WebJavaScript WeeklyExploring JavaScript Modules: From IIFEs to CommonJS to ES6 Modules— A commonly 'under-learned' aspect of JavaScript is the module system, but...
View ArticleIs the 'TypeScript tax' worth it?
#421 — January 25, 2019Read on the WebJavaScript WeeklyI posted a JSON and macOS-related tip to Twitter earlier this week that was surprisingly popular, and I was encouraged to include it here.. so if...
View ArticleTensorFlow.js, Babel 7.3, Jest 24, and the future of JavaScript
#422 — February 1, 2019Read on the WebJavaScript WeeklyFuture JavaScript: What's Still Missing?— We’ve looked at ES2018 and ES2019 and it seems JavaScript is evolving at a good pace, but Dr. Axel...
View ArticleRegular expressions, React 16.8, and Vue.js 2.6
#423 — February 7, 2019Read on the WebJavaScript WeeklyNew JavaScript Features That Will Change How You Write Regular Expressions— ES2018 introduced some new features for regular expressions that will...
View ArticleExperimenting with Bluetooth from JavaScript
#424 — February 15, 2019Read on the WebJavaScript WeeklyReplacing a 'Hot Path' in Your App's JavaScript with WebAssembly— One benefit that WebAssembly offers is predictable performance across browsers....
View ArticleUsing TensorFlow.js to check for naughty content client-side
#425 — February 22, 2019Read on the WebJavaScript WeeklyNSFW JS: A Way to Check for NSFW Images Client-Side— Billed as ‘client-side indecent content checking for the soul’, this is an interesting,...
View ArticleWhy I was wrong about TypeScript
#426 — March 1, 2019Read on the WebJavaScript WeeklyZero Server: A 'Zero Configuration' Web Framework— As Parcel is to bundlers, so Zero appears to be to Web frameworks. Zero lets you build an app with...
View Article