On Grouping Arrays with .groupBy() and .groupByToMap()
A helpful proposal to be aware of (and, perhaps, support) but it’s still going through the TC39 process. - http://amp.gs/jZtHu
#javascript
A helpful proposal to be aware of (and, perhaps, support) but it’s still going through the TC39 process. - http://amp.gs/jZtHu
#javascript
Mastering the Art of Forms in React
The author asserts that most React developers are making forms much harder than they need to be. Through a series of progressively more complex examples—each of which is accompanied by its own CodeSandbox demo—the article explains how to achieve a high level of form capability without resorting to labor-intensive controlled inputs. - http://amp.gs/jZmtC
#react
The author asserts that most React developers are making forms much harder than they need to be. Through a series of progressively more complex examples—each of which is accompanied by its own CodeSandbox demo—the article explains how to achieve a high level of form capability without resorting to labor-intensive controlled inputs. - http://amp.gs/jZmtC
#react
A Guide to Node.js’ Event-Driven Architecture
Most of Node.js’ objects — like HTTP requests, responses, and streams — implement the EventEmitter module so… - http://amp.gs/jZmS5
#nodejs
Most of Node.js’ objects — like HTTP requests, responses, and streams — implement the EventEmitter module so… - http://amp.gs/jZmS5
#nodejs
CSS Fingerprint
Oliver Brotchie explains how it’s possible to track and gather information on site visitors using the CSS Fingerprinting technique. - http://amp.gs/jZZGx
#css
Oliver Brotchie explains how it’s possible to track and gather information on site visitors using the CSS Fingerprinting technique. - http://amp.gs/jZZGx
#css
csstracking.dev
CSS Fingerprint
CSS fingerprinting, no JS required!
Vue.js Script Setup in Less than 5 Minutes
Learn how to use the Vue.js script setup syntax for making the most out of the Composition API in under 5 mintues. - http://amp.gs/jZpjE
#vue
Learn how to use the Vue.js script setup syntax for making the most out of the Composition API in under 5 mintues. - http://amp.gs/jZpjE
#vue
Angular extended diagnostics
Automatically detect common non-obvious and error-prone patterns in Angular templates. - http://amp.gs/jZpLI
#angular
Automatically detect common non-obvious and error-prone patterns in Angular templates. - http://amp.gs/jZpLI
#angular
Medium
Angular extended diagnostics
Automatically detect common non-obvious and error-prone patterns in Angular templates.
Building a Real App with React Query
React Query is intended to simplify your app’s interaction with asynchronous data sources. This detailed tutorial takes us through the full cycle of development of an appointment app which uses it. - http://amp.gs/jZlK1
#react
React Query is intended to simplify your app’s interaction with asynchronous data sources. This detailed tutorial takes us through the full cycle of development of an appointment app which uses it. - http://amp.gs/jZlK1
#react
👍1
The Optional Chaining Operator, “Modern” Browsers, and My Mom
Some unsupported JavaScript syntax caused an entire website to fail on two seperate hardware devices. A story of device obsolescence, accessibility, and progressive enhancement. - http://amp.gs/jZB48
#javascript
Some unsupported JavaScript syntax caused an entire website to fail on two seperate hardware devices. A story of device obsolescence, accessibility, and progressive enhancement. - http://amp.gs/jZB48
#javascript
The Fetch API Comes to Node Core (and Why You Should Care)
Support for the Fetch API (as commonly used browser-side for fetching resources) has been merged into Node.js and will be available behind a ‑‑experimental‑fetch flag until, hopefully, being enabled by default in Node 18 and beyond. - http://amp.gs/jZne5
#nodejs
Support for the Fetch API (as commonly used browser-side for fetching resources) has been merged into Node.js and will be available behind a ‑‑experimental‑fetch flag until, hopefully, being enabled by default in Node 18 and beyond. - http://amp.gs/jZne5
#nodejs
Building a Theme Switch Component
Adam Argyle gives a foundational overview of building an adaptive and accessible theme switch component. - http://amp.gs/jZG5n
#css
Adam Argyle gives a foundational overview of building an adaptive and accessible theme switch component. - http://amp.gs/jZG5n
#css
web.dev
Building a theme switch component
A foundational overview of how to build an adaptive and accessible theme switch component.
From My Point of Vue: Vue 3 Ecosystem
In this post, we'll take a look at the recommendations for the Vue 3 ecosystem, how the ecosystem looks like right now, and what are we missing for stability. - http://amp.gs/jZxLD
#vue
In this post, we'll take a look at the recommendations for the Vue 3 ecosystem, how the ecosystem looks like right now, and what are we missing for stability. - http://amp.gs/jZxLD
#vue
Good Advice on JSX Conditionals
“Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. - http://amp.gs/jZf34
#javascript
“Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. - http://amp.gs/jZf34
#javascript
Tree Lists with Indeterminate Checkboxes in React
“Semi-checked checkboxes”—which represent underlying conditions which are not entirely ‘checked’ or ‘unchecked’—can be tricky to represent in a tree list. Here’s one way to do it. - http://amp.gs/jZC4k
#react
“Semi-checked checkboxes”—which represent underlying conditions which are not entirely ‘checked’ or ‘unchecked’—can be tricky to represent in a tree list. Here’s one way to do it. - http://amp.gs/jZC4k
#react
Top 100 npm Package Maintainers Now Must Use 2FA
We mentioned npm’s forthcoming enhanced security procedures a while ago, and now they’re beginning to roll out in a phased manner. The maintainers of the top 100 npm packages judged by number of dependent projects now have to use two-factor auth, but all package maintainers need to be aware of the forthcoming changes outlined here. - http://amp.gs/jZkFr
#nodejs
We mentioned npm’s forthcoming enhanced security procedures a while ago, and now they’re beginning to roll out in a phased manner. The maintainers of the top 100 npm packages judged by number of dependent projects now have to use two-factor auth, but all package maintainers need to be aware of the forthcoming changes outlined here. - http://amp.gs/jZkFr
#nodejs
The GitHub Blog
Top-100 npm package maintainers now require 2FA, and additional security-focused improvements to npm | The GitHub Blog
Starting today, all maintainers of top-100 npm packages, by dependents, will now be enrolled in mandatory 2FA for their accounts.
Complete Guide: Angular lifecycle hooks
In this article, we will take a deeper dive into each lifecycle hook and look at how they're used in Angular. - http://amp.gs/jZeJ7
#angular
In this article, we will take a deeper dive into each lifecycle hook and look at how they're used in Angular. - http://amp.gs/jZeJ7
#angular
inDepthDev
Complete Guide: Angular lifecycle hooks - Angular inDepth
In this article, we will take a deeper dive into each lifecycle hook and look at how they're used in Angular.
The Future of CSS: Detect at-rule support with @supports at-rule(@keyword)
Bramus Van Damme explains how to detect at-rule support in CSS. - http://amp.gs/jZPP0
#css
Bramus Van Damme explains how to detect at-rule support in CSS. - http://amp.gs/jZPP0
#css
Bram.us
The Future of CSS: Detect at-rule support with @supports at-rule(@keyword)
Using the at-rule() function we'll soon be able to detect support for at-rules and their descriptors.
Look for These React Trends in 2022
The author takes a look at what they feel will be important in the coming year: Remix, server-side rendering, concurrent rendering, behaviour testing as well as some 'honorable mentions'. - http://amp.gs/jZyBc
#react
The author takes a look at what they feel will be important in the coming year: Remix, server-side rendering, concurrent rendering, behaviour testing as well as some 'honorable mentions'. - http://amp.gs/jZyBc
#react