Sorting JavaScript Arrays by Nested Properties
Imagine you have an array of objects and you need to sort the data, but the items you need to sort are not all top-level properties - http://amp.gs/j1DmS
#javascript
Imagine you have an array of objects and you need to sort the data, but the items you need to sort are not all top-level properties - http://amp.gs/j1DmS
#javascript
Manorisms
Sorting JavaScript Arrays By Nested Properties
👍1
How to Build an Inline Edit Component in React
If you want to offer the ability for users to edit content ‘in place’ without navigating to a specific edit screen, this is for you. - http://amp.gs/j1D42
#react
If you want to offer the ability for users to edit content ‘in place’ without navigating to a specific edit screen, this is for you. - http://amp.gs/j1D42
#react
Emgoto
How to build an inline edit component in React
Inline editing allows users to edit content without navigating to a separate edit screen. In this tutorial, we’ll be building an accessible…
Animation Techniques for Adding and Removing Items From a Stack
Luke Courtney explains how to animate the position and size of an element in a performant way that also affects the position of other elements. - http://amp.gs/j1DoQ
#css
Luke Courtney explains how to animate the position and size of an element in a performant way that also affects the position of other elements. - http://amp.gs/j1DoQ
#css
Myths About Web Accessibility
Alvaro Montoro debunks some of the common accessibility misconceptions and myths. - http://amp.gs/j1ugE
#accessibility
Alvaro Montoro debunks some of the common accessibility misconceptions and myths. - http://amp.gs/j1ugE
#accessibility
Retiring the Node.js Community Committee
The Node.js Community Committee’s initiatives are being moved to the Node.js Technical Steering Committee (TSC) due, primarily, to an overall decline in the number of folks involved. - http://amp.gs/j1J15
#nodejs
The Node.js Community Committee’s initiatives are being moved to the Node.js Technical Steering Committee (TSC) due, primarily, to an overall decline in the number of folks involved. - http://amp.gs/j1J15
#nodejs
Nuxt 3 Beta First Impressions
Nuxt 3 Beta was released on Oct 12, 2021. Here are some first impressions about what it looks like and how it compares to Nuxt 2. - http://amp.gs/j1JML
#vue
Nuxt 3 Beta was released on Oct 12, 2021. Here are some first impressions about what it looks like and how it compares to Nuxt 2. - http://amp.gs/j1JML
#vue
Deep Dive Into Structural Directives In Angular
What are structural directives in Angular and how to create custom structural directives. - http://amp.gs/j10JH
#angular
What are structural directives in Angular and how to create custom structural directives. - http://amp.gs/j10JH
#angular
Alpha Paintlet
Dave Rupert explains how to create a CSS Paint worklet that lets you adjust the alpha channel on any color. - http://amp.gs/j1Kgr
#css
Dave Rupert explains how to create a CSS Paint worklet that lets you adjust the alpha channel on any color. - http://amp.gs/j1Kgr
#css
React Philosophies: Simple, Practical, Easy-to-Follow Guidelines
This developer indentifies the seminal thinkers who impacted her careeer growth and then boils their respective philosophies down so they can easily be incorporated into your project. - http://amp.gs/j13GK
#react
This developer indentifies the seminal thinkers who impacted her careeer growth and then boils their respective philosophies down so they can easily be incorporated into your project. - http://amp.gs/j13GK
#react
When a WeakMap() Actually Came in Handy
The creator of slide-element, an element animation library, explains a situation where he found the often misunderstood WeakMap type came in handy. - http://amp.gs/j1HYR
#javascript
The creator of slide-element, an element animation library, explains a situation where he found the often misunderstood WeakMap type came in handy. - http://amp.gs/j1HYR
#javascript
From Nuxt to Astro - Rebuilding with Astro
Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it than Nuxt? - http://amp.gs/j1HL7
#vue
Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it than Nuxt? - http://amp.gs/j1HL7
#vue
Lindsaykwardell
From Nuxt to Astro - Rebuilding with Astro
Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it?
Custom Properties With Defaults: 3+1 Strategies
Lea Verou shares different ways to set custom properties with defaults. - http://amp.gs/j1wUT
#css
Lea Verou shares different ways to set custom properties with defaults. - http://amp.gs/j1wUT
#css
Converting a React Component to TypeScript
By methodically working through the errors encountered in the process, the author provides an instructive summary of what it takes to modify a standard React component to use TypeScript. - http://amp.gs/j1F8w
#react
By methodically working through the errors encountered in the process, the author provides an instructive summary of what it takes to modify a standard React component to use TypeScript. - http://amp.gs/j1F8w
#react
DEV Community
Converting a React component to TypeScript
In this post you will join me as I modify a simple component to start utilizing TypeScript. The...
The Complete Angular Performance Guide For 2021
Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/j1Fqm
#angular
Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/j1Fqm
#angular
Announcing TypeScript 4.5 Beta
The next TypeScript release is shaping up to be a good one with ES module support in Node (plus CommonJS interop), the Awaited type, --module es2022, and tail-recursion elimination on conditional types all highlight fetaures. - http://amp.gs/j1XGO
#typescript
The next TypeScript release is shaping up to be a good one with ES module support in Node (plus CommonJS interop), the Awaited type, --module es2022, and tail-recursion elimination on conditional types all highlight fetaures. - http://amp.gs/j1XGO
#typescript
TypeScript
Announcing TypeScript 4.5 Beta
Today we are excited to announce the beta release of TypeScript 4.5! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Visual…
Is Deno Still a Thing? A Look at the Status of the 'Node Killer'
Not a particularly deep piece, but if you’ve not kept up with Deno it’s a quick catch up. - http://amp.gs/j1X3x
#nodejs
Not a particularly deep piece, but if you’ve not kept up with Deno it’s a quick catch up. - http://amp.gs/j1X3x
#nodejs
Medium
Is Deno Still a Thing? A Look at the Status of the Node Killer
It’s been well over a year already, what have they been up to?
How to Build a Movies App with Vue, Auth0, and Cloudinary
In this tutorial, we'll learn to build a movie app that uses Auth0 to integrate authentication and Cloudinary to enable media optimization and transformation. - http://amp.gs/j1LvU
#vue
In this tutorial, we'll learn to build a movie app that uses Auth0 to integrate authentication and Cloudinary to enable media optimization and transformation. - http://amp.gs/j1LvU
#vue
DEV Community
How to Build a Movies App with Vue, Auth0 and Cloudinary
Vue JS is a progressive javascript framework that is used to develop user-friendly and interactive...
❤1👍1