#549 — July 30, 2021 |
JavaScript Weekly |
Using Christian Heilmann |
Node v16.6.0 (Current) Released — The latest Node release brings V8 9.2 to the party which introduces Bethany Nicolle Griggs |
Learn the Fundamentals of Redux — Add scalable, production-ready state management into your React app and extend Redux's abilities with tools like Reselect, Immer, and Redux Toolkit. Frontend Masters sponsor |
Yarn 3.0: What's New in the Alternative JavaScript Dependency Manager — Yarn was born at Facebook in 2016 as an alternative (and, at the time, improvement) to Maël Nison |
🥁 Drum Synthesis in JavaScript — The creator of Elementary, a system for building audio apps in JavaScript, shows off how he went about creating a drum synth on top of it. Nick Thompson |
How Do Chrome Extensions Impact Browser Performance? — This report investigates how 1000 of the most popular Chrome extensions impact browser performance and end-user experience. Matt Zeunert |
QUICK BITS:
|
RELEASES: prettier-eslint 13.0 – Format using Prettier then |
|
📖 Articles, Opinions & Tutorials |
Gatsby Serverless Functions and the International Space Station — Many eyes have been set on reaching space lately, but Paul Scanlon is busy looking at the ISS and shows how to put together an app to track its location on a 3D globe, all powered by React, Three.js and Gatsby's Functions platform. Paul Scanlon |
JavaScript's 'Forgotten' Keyword: Randall X |
How To Build an E-Commerce Site with Angular 11 & Commerce Layer — Commerce Layer is a ‘commerce API for developers’ (sort of a headless Shopify, I guess) and this very extensive walkthrough covers integrating it with an Angular app of your own. Zara Cooper |
The Definitive Guide to Feature Management LaunchDarkly sponsor |
NFC Comes to the Web — NFC functionality is now widely available on the hardware side, with browser support slowly gaining (for example: Chrome for Android 91 now supports WebNFC). As such, Sven has been experimenting with the technology and captured his thoughts here (along with a few code examples). Sven Haiges |
On WebView2 and Electron — An explanation of the difference between WebView2, a Microsoft Edge-based control for embedding web views into native apps, and what the Electron.js project does. Electron.js Team |
Global vs. Local Styling in Next.js — Approaching the topic of structuring CSS nicely within Next-powered apps. Alexander Dubovoy |
How to Build a Modern Shopping Site with Astro and Serverless Functions
|
Mocking the Modular AWS SDK for JavaScript (v3) in Unit Tests
|
🛠 Code & Tools
Size Limit 5: A Performance Budgeting Tool for JavaScript — Calculate the real cost to run your JS app or lib to keep good performance and raise an error in CI if the cost exceeded some defined limit. Supports ES modules and tree shaking. Andrey Sitnik |
Quickly See Logs in LogDNA — The Node.js library lets you send logs from your Node.js and JavaScript apps to LogDNA, where they’re automatically parsed. LogDNA sponsor |
JSON Blob: Create, Edit, View, Format, and Share JSON Online — A handy tool in its own right, but it also has an API so could hook in more places than expected. Thanks to Simon Plenderleith for the tip here. Tristan Burch |
JavaScript Cookie 3.0: A Simple API for Handling Browser Cookies — Browsers already offer an API for working with cookies, but this adds a little more abstraction. What’s new in v3.0. Hartl, Brack, et al. |
React-Tracking 9.0: Declarative Tracking for React Apps — I’m a big fan of their crosswords, but the NY Times puts out a lot of code too. The New York Times |
Svelte Storm: An Interesting Open Source Svelte IDE — It has a built in state manager window for viewing what’s going on in real time. OSLabs Beta |
Tried. Tested. Trusted. Studio 3T - Power Tools for MongoDB — Intuitive IntelliShell. Generate JavaScript from queries. Reshape data with Reschema. Try Studio 3T free for 30 days. Studio 3T sponsor |
Sift: MongoDB Style Queries for JavaScript Objects — I can’t quite put my finger on the use case here, but you may have one. Craig Condon |
IdB-Keyval 5.1: A 'Super-Simple-Small' Promise-Based IndexedDB-Powered Keyval Store
|
svelte-undo: A Small Utility for Managing an Undo Stack
|
html-to-image: Generate Images from DOM Nodes using Canvas and SVG
|