←back to thread

873 points belter | 1 comments | | HN request time: 0s | source
Show context
Tade0 ◴[] No.42947244[source]
> Frontend development is a nightmare world of Kafkaesque awfulness I no longer enjoy

My feeling is that a lot of negativity towards the frontend stems from assuming that the entire field is like React and its community. It's really not like that.

replies(2): >>42947835 #>>42948207 #
vaylian ◴[] No.42948207[source]
The much bigger problem is that you not only have to deal with the technical challenges, but also the visual design challenges where non-technical people have all kinds of opinions that you have to deal with. Things get really nasty once you have to implement features that emulate non-web functionality like right-click menus and the UI becomes an inconsistent mess.
replies(1): >>42951537 #
1. stackskipton ◴[] No.42951537[source]
Visual Design Challenges is one I hear most frontend developer complain about. I explained a queen duck (https://bwiggs.com/notebook/queens-duck/) to one of them and he started doing that several times in his project. If you look at this git repo, there would be commits called "queen duck" right before he would demo so he could get feedback about the "mistake" he made, revert the commit and move on with his life.