this post was submitted on 27 Jul 2023
204 points (98.1% liked)

Programmer Humor

32000 readers
1744 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 1 year ago (1 children)

Found the backend dev. "CUT THIS AESTHETICS NONSENSE! GIMME THE VARIABLE CONTENTS ALREADY! WE'RE 3.54 NANOSECONDS BEHIND!"

[–] [email protected] 14 points 1 year ago (2 children)

Frontend: "Come on, this needs at least some flair. This isn't the 90s."

Throws React at it

[–] [email protected] 6 points 1 year ago

React ugh, everybody is using NextJs these da- ....oh, what's that? We've moved on already?

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

yeah, just css is enough.
you don't need js unless you need to fetch data dynamically.
you can do all of your animations, dropdowns and transitions in css.
like this menu i made. no js in sight.

https://streamable.com/4ba0gg

also fully accessible and you can tab right into it without clicking enter or whatever
(and respects prefers-reduced-motion)