Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Qchmqs5378yi don't get you folks, i have yet to see an app that justifies using those fat cunts of frameworks, jquery alone is an overkill for most shit, most apps would be totally fine with a single .js file using some xhr helper a few dom manipulations, and a bit of form checking, animations are a css domain, and heavy data processing is why buy expensive hardware shit for the server
-
Qchmqs5378y@Artemix i know, it's exactly what I'm saying, adding complexity then trying to solve it by more complex shit is stupid
-
monnef3158yGoing lite with JavaScript today is not really an option. Everyone wants SPA which when writing in vanilla or with only jQuery quickly turns into spaghetti hell. Obsolete Angular 1 is sluggish, but current version is considerably faster. The advantage of Angular is that it gives clearly defined mantinels - by framework structure and by guidelines. When front-end code (JS/TS) is being counted in thousands of lines you will see the benefits.
-
monnef3158yOf course if your client is satisfied with mostly static pages (not very common), then not using a framework for 10 lines of JS code is the right decision. But I would still not write it in vanilla, because jQuery has usually more sucint syntax, is better readable and most importantly - it shields me from all those browser incompatibilies (there is a lot of IE quirks).
-
Same guys wrote article, one week after launch of ReactJs
"Don't waste time on ReactJs ... There are no react jobs"
Related Rants
That moment of feeling ..
When you are working month with Vuejs
and then you see articles like
Don't read VueJS it is worthless and no jobs are there for VueJS..
But then also feel good that Vuejs is mostly inspired from Angular and ReactJS and it willl be easy to migrate :)
undefined
vuejs
reactjs
js