Sorry, I'm gonna be that person.
*What. It should say What it feels like
.
Post funny things about programming here! (Or just rant about your favourite programming language.)
Sorry, I'm gonna be that person.
*What. It should say What it feels like
.
Thanks English is not my native language.
Just for the sake of information, the two common ways to put this in English are "How it feels" and "What it feels like". The former phrase is just descriptive, so it doesn't need the "like" at the end. The latter phrase is comparative to another thing, so it needs the like. Also this is something that native speakers mix up all the time, so don't worry too much; your English is great!
Thanks for the explanation.
Der Name Sören ist definitiv ein Hinweis darauf :D
Eventuell
You can edit titles
Technology we could never dream of on Reddit
Or "How it feels"
I feel like there's been a gradual increase in people saying things like this ("would of" instead of "would've", "apart" instead of "a part", etc)
I don't get it. In my opinion React is like the worst of the bunch...
When it came out in its time it wasn't bad compared to the alternatives. Now there is certainly better, but honestly it will still take a long time before we can choose a standard.
Could you elaborate?
Well, I have worked with two of them React and Angular. Now working with React. And the further the project goes, things just get messy, and I mean really messy. The concept of everything should be a small function is in practice not true. No dependency injection(I know you can bolt another library on top of it, but really?). The testing is a pain, it gets harder and harder to test isolated functions. Custom tags, attributes that look like the standards that are documented at MDN but are not. And most info I can find online feels like elaborate propaganda. I mean there is just nothing against React to be found, really nothing. That's just not possible in IT.
I agree, React sucks. Been using it for years at work.
I'm gonna tell your boss you said that.
Oh he knows 😂
I have tried some angular, threw up when I looked at JSX so skipped React and do a lot of Vue, Vue is by far the best of the 3. especially 3 with reusables and better TS support.
That was my experience until I tried Svelte. I loved Vue but didn't like the transition to Vue 3. When I tried Svelte it blew me away and I never looked back.
i found out about htmx just yesterday and I was blown away. i think it’s an amazing idea, really
for small projects that you want to make in less than an eternity it should be very convenient
I... kinda find htmx to be better than all other options.
It is
Depends on the use case tbh, but it's a good choice in a lot of cases.
maybe some want to read this: https://www.thoughtworks.com/content/dam/thoughtworks/documents/radar/2023/09/tr_technology_radar_vol_29_en.pdf
I did not know about this, I'll take a look at it once I'm home. Thanks!
I was genuinely confused why people were talking about xhtml again this year.
PHP sitting in the corner, off screen
PHP is powering a LAMP
I’m confused as to what PHP has to do with JavaScript front-end frameworks.
Was it just for a quick laugh and a jab at PHP because it’s an easy target or have I misunderstood that these all use JavaScript
I’m confused as to what PHP has to do with JavaScript front-end frameworks.
PHP deserves honorable mention here as the "it's not stupid if it works" of the JavaScript framework world. Everything* JavaScript frameworks can accomplish can also be done (much worse) with static HTML delivered by PHP.
*Please no one give me examples that cannot be done without JavaScript. Trust me, I know. But any business requirement can be met with plain HTML if you really deeply hate your end users enough.
what PHP has to do with JavaScript front-end frameworks.
Everything. Sitting in the corner, munching and handing out cookies to people who don't want any.
*Bootstrap
Angular can go to hell.
What's wrong little man, can't handle a little boilerplate?
So...dense... Can't... Move...
I'm still on DHTML, ActiveX, and SSIs
Alright, have to ask: what are those icons?
I think I know Vue and Angular.
What is the S? And what is the atom like thing on the left?
react vue angular svelte htmx
My stupid brain thought the s was squarespace.... And now for our sponsor...
I think, Svelte should not salute to React (anymore). Not sure what htmx brings to the table, but Svelte should be doing the same like the Penguin labeled "htmx", because it really frees devs from doing too much stuff to get started and produces fast webpages on top of that.