Frontend beer
@FullTimeVue
31
subscribers
15
photos
3
files
516
links
SOFU
Download Telegram
Join
Frontend beer
31 subscribers
Frontend beer
Vue is the fastest atm
Frontend beer
I hope everyone is enjoying using Vue at work and for personal projects as well after all it is a rad developer experience and an awesome community
Frontend beer
This media is not supported in your browser
VIEW IN TELEGRAM
Frontend beer
https://github.com/Akryum/peeky
GitHub
GitHub - Akryum/peeky: A fast and fun test runner for Vite & Node
🐈️
Powered by Vite
⚡️
A fast and fun test runner for Vite & Node
🐈️
Powered by Vite
⚡️
- GitHub - Akryum/peeky: A fast and fun test runner for Vite & Node
🐈️
Powered by Vite
⚡️
Frontend beer
https://www.smashingmagazine.com/2021/09/modern-image-formats-avif-webp/
Smashing Magazine
Using Modern Image Formats: AVIF And WebP — Smashing Magazine
In this article, we’ll highlight how modern image formats (AVIF or WebP) can improve compression by up to 50% and deliver better quality per-byte while still looking visually appealing. We’ll compare what’s possible at high-quality, low-quality and file-size…
Frontend beer
https://twitter.com/addyosmani/status/1468483568166862848
Twitter
Addy Osmani
CSS aspect-ratio is now supported cross-browser! It lets you set the proportion of an element's dimensions without padding-top hacks
😍
Read more in web.dev/aspect-ratio mdn.io/aspect-ratio
Frontend beer
https://twitter.com/Steve8708/status/1496276885319282690
Twitter
Steve Sewell
Perf tip: avoid chained async tasks Parallelize with Promise.all wherever possible
Frontend beer
https://twitter.com/jh3yy/status/1643308182733725699?s=52&t=HHPE0yPKLMDJXVppPVq0nw
Twitter
CSS Tip!
✨
Add some visual interest to your fading entry animations by adjusting brightness, contrast, etc.
🔥
keyframes enter {
0% {
opacity: 0;
filter: brightness(2);
}
}
@CodePen link below!
👇
Frontend beer
https://twitter.com/wesbos/status/1643607943386914816?s=52&t=HHPE0yPKLMDJXVppPVq0nw
Twitter
Move over Sass! CSS Selector Nesting dropped in Chrome Stable today.
Frontend beer
https://twitter.com/addyosmani/status/1647324729555193856?s=52&t=HHPE0yPKLMDJXVppPVq0nw
Frontend beer
https://twitter.com/wesbos/status/1649458745850691596?s=52&t=HHPE0yPKLMDJXVppPVq0nw
Frontend beer
https://twitter.com/pr0grammerhum0r/status/1649518391957368832?s=52&t=HHPE0yPKLMDJXVppPVq0nw
X (formerly Twitter)
Programmer Humor (@PR0GRAMMERHUM0R) on X
Safari is such a pain. https://t.co/fiBwvoD6dp
Frontend beer
https://twitter.com/addyosmani/status/1649859589633089536
X (formerly Twitter)
Addy Osmani (@addyosmani) on X
Ever want to locally experiment with HTTP response headers? @ChromeDevTools can now override response headers incl. CORS! We also support adding custom headers
🥳
Learn more https://t.co/CqtIdeIak5
Frontend beer
https://twitter.com/bramus/status/1662052557211017217?s=52&t=HHPE0yPKLMDJXVppPVq0nw
X (formerly Twitter)
Bramus (is on vacation) (@bramus) on X
Know those sites that have a fullheight cover card that transitions into a sticky header as you scroll?
With Scroll-Driven Animations, you can do that with just CSS!
header {
animation: shrink;
animation-timeline: scroll();
animation-range: 0 90vh;
}
…
Frontend beer
https://twitter.com/icarusgkx/status/1670497506583560192?s=52&t=HHPE0yPKLMDJXVppPVq0nw
X (formerly Twitter)
:icarus.gk ⇏ ▿ (@icarusgkx) on X
Vue 3’s most underrated feature
🫣
Frameworks where you can do this:
✅
Vue
✅
Solid.js
🚫
React
🚫
Svelte
🚫
…
Frontend beer
https://twitter.com/101babich/status/1671071315363504128?s=52&t=HHPE0yPKLMDJXVppPVq0nw
X (formerly Twitter)
Nick Babich (@101babich) on X
The ultimate guide to proper use of UI animation
A comprehensive guide for creating good UI animations. It will help you find the proper duration & speed, easing curve, and choreography for the animated effect.
https://t.co/VXyvpxZAFo
Frontend beer
https://twitter.com/adambsilver/status/1676119913289887744?s=52&t=HHPE0yPKLMDJXVppPVq0nw
Frontend beer
https://twitter.com/_onmax/status/1681123581223403523?s=52&t=HHPE0yPKLMDJXVppPVq0nw
Frontend beer
https://twitter.com/madewithvuejs/status/1685604909205352449?s=52&t=HHPE0yPKLMDJXVppPVq0nw
X (formerly Twitter)
MadeWithVueJS on X
Harlem offers powerful yet simple global state management for Vue 3
🐨
- https://t.co/7VjLxg643O
Frontend beer
https://twitter.com/jh3yy/status/1688542283602231296?s=52&t=HHPE0yPKLMDJXVppPVq0nw