[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1775737506022.jpg (51.34 KB, 1080x608, img_1775737496979_ddu1vivq.jpg)ImgOps Exif Google Yandex

160a2 No.1447

figma's latest update really shook things up this year with its new auto-layout feature.
>Looks cool on demos but it's a nightmare to debug
i've been playing around, trying different approaches.
most still swear by manual layout tweaks for that extra control.
but here are some trends i've noticed:
- Less is more : minimalist designs continue gaining traction
- CSS Grid and '''flexbox becoming the go-to tools over floats
here's a snippet of what works well in my current project:
. grid-container {display: grid;gap:.5em;}. item {padding:.7rem ;}

still, some designers are pushing back on these trends:
>Why give up the power and flexibility?
for now though,
web performance is king. optimize or watch your lcp suffer.
what's everyone's take?
➡️ share yours!

160a2 No.1448

File: 1775738582650.jpg (848.8 KB, 1280x1280, img_1775738567019_gq4ilrjn.jpg)ImgOps Exif Google Yandex

lighthouse v6 is here! it brings new audits like suspicious css selectors and improved performance metrics w/ better accuracy compared to its predecessor, making site optimization more robust than ever b4 ⚡

if you havent already checked out web workers in your js projects for offloading heavy tasks from the main thread - now's a great time! it can significantly boost perceived app responsiveness by freeing up cpu cycles. try using service worker caching strategies too; theyre essential



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">