DEV Community

Discussion on: Sell me your stack!

Collapse
 
alchermd profile image
John Alcher

Just as a side note, I'm not offended personally, but people may not overly like your use of the word 'fellas' as a generalisation. Maybe switch it to 'folks' or 'peeps', just to stop people feeling excluded.

Oh wow. What has our world gone to.

Anyway, I've been also using React for my front-end needs. Thinking of about components instead of DOM traversal is an awesome change of scenario in comparison with the old days of jQuery. Not to mention that it plays really well with Laravel!

Collapse
 
adamthewizard profile image
Adam

My thoughts were similar but I figured a friendly heads up would be better than people telling you you've offended them. Plus, inclusiveness is nice!

Yeah jQuery was my best friend until React kinda forced me to leave it behind! Definitely fun figuring out different ways to do familiar things and has been really good for improving my vanilla JavaScript

Thread Thread
 
colin_rickels profile image
Colin Rickels

People will just have to get use to being offended then. The real worlds offensive and if someone thinks "fellas" is offensive then their in for alot of emotional scaling, especially in the dev world! As far as Jquery, you should definitely not leave it behind. Not every job is a component and for that matter a hierarchy based job. Unless your consistently making apps with very expected structures, you will come across needs for a stack that appropriates jQuery. In my case, a cigar app with a database lookup that drops down from the header bar and allows the user to drag cigars from the header dropdown into a Virtual humidor. Yes this could.. be done with a component based framework but if i got specific about its needs, you would quickly see that oh man react wont handle this well, angular wont handle this well, polymer sure as heck won handle this well. JQuery allows for an extreme amount of detailed and global DOM changes. if your app has that demand, youll need it

Thread Thread
 
adamthewizard profile image
Adam

Yeah, I still use jQuery and see the benefits but most uses I had for it I now do with vanilla javaScript, which I'd say has made me a better developer. JQuery is still super handy though and I use it on a lot of things not React related.

Tough skin is definitely a necessity in most industries. As I said, I wasn't offended and my thoughts would have been similar. I literally mentioned the 'fellas' thing to try and stop John getting heat from (maybe overly) sensitive people as it's something I keep seeing happen online.