Windows High Contrast Mode, Forced Colors Mode and CSS Custom Properties
Eric Bailey explains how modern CSS is a powerful piece of assistive technology that can help you create flexible, maintainable, and adaptive digital experiences. - http://amp.gs/jlxZ2
#css
Eric Bailey explains how modern CSS is a powerful piece of assistive technology that can help you create flexible, maintainable, and adaptive digital experiences. - http://amp.gs/jlxZ2
#css
Smashing Magazine
Windows High Contrast Mode, Forced Colors Mode And CSS Custom Properties — Smashing Magazine
CSS Custom Properties can be used for far more than just color, and their values update in realtime, both via display mode updates and JavaScript logic. This is powerful stuff. Eric explains how modern CSS is a powerful piece of assistive technology that…
👍5
Quasar and Vite - Frontend Application Development at Light Speed
This week notes the accomplishment of a major milestone in Quasar's roadmap - the integration of Vite as a driver of the Quasar CLI. - http://amp.gs/jlxqa
#vue
This week notes the accomplishment of a major milestone in Quasar's roadmap - the integration of Vite as a driver of the Quasar CLI. - http://amp.gs/jlxqa
#vue
DEV Community
Quasar and Vite - Frontend Application Development at Light Speed
This week notes the accomplishment of a major milestone in Quasar's roadmap. The integration of Vite...
👍6
Angular Async Pipe — Here’s how to use it like a boss
Who else wants to use Angular’s honking powerful async pipe? - http://amp.gs/jlfw4
#angular
Who else wants to use Angular’s honking powerful async pipe? - http://amp.gs/jlfw4
#angular
Medium
Angular Async Pipe — Here’s how to use it like a boss
Who else wants to use Angular’s honking powerful async pipe?
🤯6👍3
Theming React Native Applications with Styled Components
Styled components are (amongst other things) the technical underpinnings of implementing the light and dark modes which are almost expected with mobile apps, these days. This detailed, well-illustrated tutorial imparts what you need to know. - http://amp.gs/jlC9w
#react
Styled components are (amongst other things) the technical underpinnings of implementing the light and dark modes which are almost expected with mobile apps, these days. This detailed, well-illustrated tutorial imparts what you need to know. - http://amp.gs/jlC9w
#react
👍5
Claymorphism: Will It Stick Around?
Adrian Bece explores if there is room for Claymorphism on the UI and how we can create this effect with CSS. - http://amp.gs/jlCbA
#css
Adrian Bece explores if there is room for Claymorphism on the UI and how we can create this effect with CSS. - http://amp.gs/jlCbA
#css
👍5
How to architect a production-level app in Flutter
Challenges in architecting a real-world application - http://amp.gs/jlkue
#flutter
Challenges in architecting a real-world application - http://amp.gs/jlkue
#flutter
Medium
How to Architect a Production-Level App in Flutter
Challenges in architecting a real-world application
👍3
Previewjs
Extension for VS Code JetBrains IDEs to instantly preview UI components for better flow while developing interfaces. - http://amp.gs/jlk5b
#tools #vscode
Extension for VS Code JetBrains IDEs to instantly preview UI components for better flow while developing interfaces. - http://amp.gs/jlk5b
#tools #vscode
👍3
Tao of Node: On Design, Architecture and Best Practices
A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. Opinionated, yes, but high level enough to provide value to most. - http://amp.gs/jlevW
#nodejs
A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. Opinionated, yes, but high level enough to provide value to most. - http://amp.gs/jlevW
#nodejs
👍5
3 Secret Vue Patterns for Productivity Boost
Three useful Vue patterns including smart watchers, component registration, and Vuex module registration. - http://amp.gs/jleMK
#vue
Three useful Vue patterns including smart watchers, component registration, and Vuex module registration. - http://amp.gs/jleMK
#vue
DEV Community
3 Secret Vue Patterns for Productivity Boost!
Productivity Boosts Hello World! 👋 I was watching this lecture about Secret Vue Patterns...
👍3🔥1
6 State Management Strategies For Complex Angular Apps
How to manage your data flow well in an enterprise Angular app - http://amp.gs/jl7AE
#angular
How to manage your data flow well in an enterprise Angular app - http://amp.gs/jl7AE
#angular
Medium
6 State Management Strategies For Complex Angular Apps
How to manage your data flow well in an enterprise Angular app
👍6
Deep Dive Into the CSS :where() function
Pelumi Akintokun shares an introduction to the :where() pseudo-class function. - http://amp.gs/jlPCR
#css
Pelumi Akintokun shares an introduction to the :where() pseudo-class function. - http://amp.gs/jlPCR
#css
👍5
A Delightful React File/Directory Structure
We have featured a number of these types of articles, but there’s always room for another perspective on the ‘right’ way to set up a project, particularly from a respected voice in the React community. - http://amp.gs/jlPFw
#react
We have featured a number of these types of articles, but there’s always room for another perspective on the ‘right’ way to set up a project, particularly from a respected voice in the React community. - http://amp.gs/jlPFw
#react
👍7
👍9❤2
RxJS — 7 Useful Operators You Might Not Know
The RxJS library has a lot of neat operators. Here are seven operators that are not getting enough attention - http://amp.gs/jlhlk
#rxjs
The RxJS library has a lot of neat operators. Here are seven operators that are not getting enough attention - http://amp.gs/jlhlk
#rxjs
👍8
AWS Graviton2 vs Apple M1 for Node.js Performance
A casual and personal benchmark, with all that implies, and while the M1 continues to impress for local development, it’s neat to see other production grade ARM-based systems ready to go too. - http://amp.gs/jlhKT
#nodejs
A casual and personal benchmark, with all that implies, and while the M1 continues to impress for local development, it’s neat to see other production grade ARM-based systems ready to go too. - http://amp.gs/jlhKT
#nodejs
👍2
Better Vue Performance with Selective Object Reuse
Excessive component rendering is one of the reasons why Vue apps perform slowly. In this article, we see how to detect rendering, why it happens, and how to fix the most complex cases. - http://amp.gs/jlvE2
#vue
Excessive component rendering is one of the reasons why Vue apps perform slowly. In this article, we see how to detect rendering, why it happens, and how to fix the most complex cases. - http://amp.gs/jlvE2
#vue
👍4
Micro-Frontends at scale
How to leverage Micro-Frontends with Module Federation - http://amp.gs/jlgtv
#microfrontends
How to leverage Micro-Frontends with Module Federation - http://amp.gs/jlgtv
#microfrontends
Medium
Micro-Frontends at scale (part 1)
How to leverage Micro-Frontends with Module Federation
👍3
A Guide To Hover And Pointer Media Queries
Cristian Díaz explains how to adapt your sites to the different scenarios of a device pointer by using media queries hover, pointer, any-hover and any-pointer. - http://amp.gs/jlgE6
#css
Cristian Díaz explains how to adapt your sites to the different scenarios of a device pointer by using media queries hover, pointer, any-hover and any-pointer. - http://amp.gs/jlgE6
#css
Smashing Magazine
A Guide To Hover And Pointer Media Queries — Smashing Magazine
In this article, we’ll talk about how to adapt our sites to the different scenarios of a device pointer: whether it has a pointer or not, or how accurate it is. To adapt our site to those devices’ needs we’ll talk about how to properly use media queries `hover`…
👍2
A Fundamental Guide to React Suspense
After several years since it was first proposed, Suspense will finally be officially released with React 18. But what is it, why do we need it, what issues does it address, and what are the benefits? - http://amp.gs/jlgFF
#react
After several years since it was first proposed, Suspense will finally be officially released with React 18. But what is it, why do we need it, what issues does it address, and what are the benefits? - http://amp.gs/jlgFF
#react
Chakshunyu
A Fundamental Guide To React Suspense
After several years, Suspense will finally be officially released with React 18. But what is it, why do we need it, what issues does it address, and what are the benefits?
👍4
Better Code Generation in Angular CLI workspaces with Nx Devkit
Schematics in Angular provide a way to automate common tasks, such as generating files, reading, and updating… - http://amp.gs/jlEG0
#angular
Schematics in Angular provide a way to automate common tasks, such as generating files, reading, and updating… - http://amp.gs/jlEG0
#angular
Medium
Better Code Generation in Angular CLI workspaces with Nx Devkit
Schematics in Angular provide a way to automate common tasks, such as generating files, reading, and updating configuration files, and…
👍7