The Surprising Truth About Pixels and Accessibility
Joshua Comeau explores if you should use pixels or rems, outlines the accessibility implications for each, and explains how to determine the best unit to use in any scenario. - http://amp.gs/jBb8R
#css
Joshua Comeau explores if you should use pixels or rems, outlines the accessibility implications for each, and explains how to determine the best unit to use in any scenario. - http://amp.gs/jBb8R
#css
👍4
Flutter + Dio Framework + Best practices
This article will describe best practices for REST communication in Flutter using the Dio http package. - http://amp.gs/jBbEp
#flutter
This article will describe best practices for REST communication in Flutter using the Dio http package. - http://amp.gs/jBbEp
#flutter
Medium
Flutter + Dio Framework + Best practices
This article will describe best practices for REST communication in Flutter using the Dio http package. The Dreamwod app used the standard…
👍5
Next.js's Layouts RFC: Big Changes Ahead for Next.js
If you’re a Next.js user, you’ll want to read this as some significant updates are on the way, particularly around routing, app structure, and layouts (including nested layouts). - http://amp.gs/jBbJs
#nextjs
If you’re a Next.js user, you’ll want to read this as some significant updates are on the way, particularly around routing, app structure, and layouts (including nested layouts). - http://amp.gs/jBbJs
#nextjs
👍6
10 Tips for Faster Angular Development
I’ve been writing Angular code since the early alphas of version 2. I’ve picked up a few things that make… - http://amp.gs/jnIj9
#angular
I’ve been writing Angular code since the early alphas of version 2. I’ve picked up a few things that make… - http://amp.gs/jnIj9
#angular
Medium
10 Tips for Faster Angular Development
I’ve been writing Angular code since the early alphas of version 2. I’ve picked up a few things that make development faster for me. I hope…
👍7👎2😁1🤔1
Lesser-Known And Underused CSS Features In 2022
Adrian Bece explores some CSS properties and selectors that are not usually in the spotlight. - http://amp.gs/jnIEs
#css
Adrian Bece explores some CSS properties and selectors that are not usually in the spotlight. - http://amp.gs/jnIEs
#css
Smashing Magazine
Lesser-Known And Underused CSS Features In 2022 — Smashing Magazine
CSS is constantly evolving, and some cool and useful properties either go completely unnoticed or are not talked about as much as others for some reason or another. In this article, we’ll cover a fraction of those CSS properties and selectors.
👍9
How to Add a Typewriter Animation in Vuejs
This tutorial shows how to make a typing animation in VueJs. - http://amp.gs/jnIow
#vue
This tutorial shows how to make a typing animation in VueJs. - http://amp.gs/jnIow
#vue
DEV Community 👩💻👨💻
How to add a Typewriter animation in VueJs
In this blog, I'm going to explain to you how to make a typing animation in VueJs. Here's a...
👍3💩1
Goodbye, useEffect? David Khourshid's Reactathon Talk
Here, Stately founder David Khourshid makes the case for using event handlers and state machines to simplify handling effects in React apps rather than using useEffect which many developers struggle with and isn’t always well suited for the task anyway. - https://www.youtube.com/watch?v=HPoC-k7Rxwo
#react
Here, Stately founder David Khourshid makes the case for using event handlers and state machines to simplify handling effects in React apps rather than using useEffect which many developers struggle with and isn’t always well suited for the task anyway. - https://www.youtube.com/watch?v=HPoC-k7Rxwo
#react
YouTube
Goodbye, useEffect: David Khourshid
Recorded live at Reactathon 2022. Learn more at https://reactathon.com
Goodbye, useEffect
From fetching data to fighting with imperative APIs, side effects are one of the biggest sources of frustration in web app development. And let’s be honest, putting…
Goodbye, useEffect
From fetching data to fighting with imperative APIs, side effects are one of the biggest sources of frustration in web app development. And let’s be honest, putting…
💩5👍4🔥1
Scaling GraphQL with Redis Consumer Groups
A useful look at some of the architecture of how a SaaS product is horizontally scaling Node-based services on Redis, particularly using streams. - http://amp.gs/jn88v
#nodejs
A useful look at some of the architecture of how a SaaS product is horizontally scaling Node-based services on Redis, particularly using streams. - http://amp.gs/jn88v
#nodejs
Parabol
Scaling GraphQL with Redis Consumer Groups
How we use Redis Consumer Groups and PubSubs to horizontally scale our Socket Server, Subscription Server and GraphQL micro services
👍3
How to Become a Hyper-Focused Developer and Achieve Your Goals Faster
Use these impressive tips revealed in this post to become a hyper-focused developer and achieve your goals faster. - http://amp.gs/jnTGZ
#dev
Use these impressive tips revealed in this post to become a hyper-focused developer and achieve your goals faster. - http://amp.gs/jnTGZ
#dev
Medium
How to Become a Hyper-Focused Developer and Achieve Your Goals Faster
Attention is the only thing you need to manage
👍3🤔2
The Nuxt Big Thing in Web Development?
A brief and entertaining summary of the key feature of Nuxt 3. - https://www.youtube.com/watch?v=S2wj8VX9O0M
#vue
A brief and entertaining summary of the key feature of Nuxt 3. - https://www.youtube.com/watch?v=S2wj8VX9O0M
#vue
YouTube
Are You Following This Vue Best Practice?
Prop stability is an important concept in Vue. By eliminating unnecessary updates, we can improve the performance of our app.
✅ FREE VUE 3 CHEATSHEET WITH ESSENTIAL CODE SNIPPETS
https://learnvue.co/vue-3-essentials-cheatsheet/
follow me on twitter:…
✅ FREE VUE 3 CHEATSHEET WITH ESSENTIAL CODE SNIPPETS
https://learnvue.co/vue-3-essentials-cheatsheet/
follow me on twitter:…
👍4
First Look At The CSS object-view-box Property
Ahmad Shadeed walks you through the new CSS property object-view-box, which allows you to crop or resize replaced HTML elements like an </img> or a <video>. - http://amp.gs/jnz7m
#css
Ahmad Shadeed walks you through the new CSS property object-view-box, which allows you to crop or resize replaced HTML elements like an </img> or a <video>. - http://amp.gs/jnz7m
#css
👍4
Building Interoperable Web Components That Even Work with React
If you use different frameworks like React, Svelte, Vue, etc. it’s common to pick a component library that suits each one, but what if you could write such components once in a framework agnostic way and use them wherever you want? Web Components provides an approach. - http://amp.gs/jnzQf
#react
If you use different frameworks like React, Svelte, Vue, etc. it’s common to pick a component library that suits each one, but what if you could write such components once in a framework agnostic way and use them wherever you want? Web Components provides an approach. - http://amp.gs/jnzQf
#react
CSS-Tricks
Building Interoperable Web Components That Work | CSS-Tricks
This post will show you how to build low-level UI web components once, in a framework-agnostic way, and then re-use them between frameworks
👍2
How to Combine Add and Edit Forms in Angular
Create/update form with smart/dumb components - http://amp.gs/jn1dt
#angular
Create/update form with smart/dumb components - http://amp.gs/jn1dt
#angular
Medium
How to Combine Add and Edit Forms in Angular
Create/update form with smart/dumb components
👍2
Comparing Three Ways of Processing Arrays Non-Destructively
The good doctor of JavaScript puts for-of, .reduce(), and .flatMap() up against each other so you can pick which makes the most sense for your own array processing work. - http://amp.gs/jnYze
#javascript
The good doctor of JavaScript puts for-of, .reduce(), and .flatMap() up against each other so you can pick which makes the most sense for your own array processing work. - http://amp.gs/jnYze
#javascript
👍2
How to Scrape eBay Organic Results with Node
eBay probably won’t like it, but it might be legal where you are, and this post mentions the fabulous Selector Gadget, perhaps my longest installed browser extension. - http://amp.gs/jnYuZ
#nodejs
eBay probably won’t like it, but it might be legal where you are, and this post mentions the fabulous Selector Gadget, perhaps my longest installed browser extension. - http://amp.gs/jnYuZ
#nodejs
👍6
Vue 3 Reactivity System is Brilliant! Here’s How it Works
This article shows you how to build basic blocks of a simple reactivity system that uses Vue 3 composition API techniques. - http://amp.gs/jntxZ
#vue
This article shows you how to build basic blocks of a simple reactivity system that uses Vue 3 composition API techniques. - http://amp.gs/jntxZ
#vue
👍5👎1
How To Create a 'Copy Code' Button Along with React-Markdown
A novel combination of the react-markdown and react-syntax-highlighter libraries to enable code to be quickly and easily copied with a single button click. - http://amp.gs/jntKK
#react
A novel combination of the react-markdown and react-syntax-highlighter libraries to enable code to be quickly and easily copied with a single button click. - http://amp.gs/jntKK
#react
👍6
Building a Button Component
Adam Argyle gives a foundational overview of how to build color-adaptive, responsive, and accessible <button> components. - http://amp.gs/jnm77
#css
Adam Argyle gives a foundational overview of how to build color-adaptive, responsive, and accessible <button> components. - http://amp.gs/jnm77
#css
👍6
Why You Don't Need void 0
JavaScript’s void operator has been used in some interesting ways over the years versus undefined but Lars thinks undefined is now the better option. - http://amp.gs/jnmXG
#javascript
JavaScript’s void operator has been used in some interesting ways over the years versus undefined but Lars thinks undefined is now the better option. - http://amp.gs/jnmXG
#javascript
👍4