Micro Frontend Architecture: The Best Way To Build Scalable Frontend - http://amp.gs/jllU9
#microfrontends
#microfrontends
Medium
Micro Frontend Architecture: The Best Way To Build Scalable Frontend
This tweet from Dan Abramov stirred up the frontend development community. People even supported his tweet citing the larger payload size…
👍8
Building a Loading Bar Component
Adam Argyle gives a foundational overview of how to build a color adaptive and accessible loading bar with the <progress> element. - http://amp.gs/jlBTL
#css
Adam Argyle gives a foundational overview of how to build a color adaptive and accessible loading bar with the <progress> element. - http://amp.gs/jlBTL
#css
🔥5
How to Use Recoil for State Management in Your React Projects
It may be you have been using the Redux state management solution more-or-less by default. But the author asserts there are simpler alternatives. In this brief tutorial, he walks through the use of Recoil. - http://amp.gs/jlBHk
#react
It may be you have been using the Redux state management solution more-or-less by default. But the author asserts there are simpler alternatives. In this brief tutorial, he walks through the use of Recoil. - http://amp.gs/jlBHk
#react
👍4
👍3
Hybrid Rendering: the Secret Way to Smoothly Test Vue.js Components
Find out how to combine Deep and Shallow Rendering in order to achieve a flexible solution to test your Vue.js components. - http://amp.gs/jln0y
#vue
Find out how to combine Deep and Shallow Rendering in order to achieve a flexible solution to test your Vue.js components. - http://amp.gs/jln0y
#vue
❤2👍2
How to Build a File Upload Service with Vanilla JavaScript
Building a file upload service with vanilla JavaScript, from scratch, with a method that requires no npm packages and no dependencies outside of the standard library. - http://amp.gs/jlGto
#nodejs
Building a file upload service with vanilla JavaScript, from scratch, with a method that requires no npm packages and no dependencies outside of the standard library. - http://amp.gs/jlGto
#nodejs
👍8
How to Efficiently Merge Arrays in JavaScript
Improve your performance in merging arrays in JavaScript with these three easy-to-read approaches that ran fast shared by Chad Campbell. - http://amp.gs/jlGU6
#javascript
Improve your performance in merging arrays in JavaScript with these three easy-to-read approaches that ran fast shared by Chad Campbell. - http://amp.gs/jlGU6
#javascript
Medium
How to Efficiently Merge Arrays in JavaScript
Recently, I needed to combine two Array objects in JavaScript. I wanted an easy-to-read approach that ran fast. This led me to comparing a…
👍5❤2
Unit Testing React Apps with Jest and Enzyme
If you have not yet fully committed to setting up a suite of automated tests for your project, this tutorial provides a focused, concise set of steps that will bootstrap your understanding of the basic concepts and then work through a specific example illustrating their use. - http://amp.gs/jlGwt
#react
If you have not yet fully committed to setting up a suite of automated tests for your project, this tutorial provides a focused, concise set of steps that will bootstrap your understanding of the basic concepts and then work through a specific example illustrating their use. - http://amp.gs/jlGwt
#react
Medium
Unit Test React Applications With Jest and Enzyme
Create robust React applications
👍7❤5👎3😁1
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