Comments by "Winnetou17" (@Winnetou17) on "NDC Conferences"
channel.
-
5
-
3
-
Yeah, I'm in the same camp. I like (liked?) JS as a language, and realized I don't like any frameworks. Though, to be honest, I haven't used one in years, since I'm a backend dev. jQuery was/is the only well built, well designed piece of JS. And it's what it should be - just a library, not a framework.
I'm still baffled that some simple websites go to the hassle of having Angular or Vue or React. If you have A LOT of reactive (is this the word ?) elements, then, maybe. Something like a facebook page, I guess would be quite the work with only jQuery. But maan, there's a lot of websites that are over engineered with these modern JS frameworks.
3
-
3
-
3
-
2
-
2
-
2
-
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1
-
I see this as simply not great examples of what can be done. Like, in multiple occasions, the idea was to show that you can use CSS "has()", but it got filled with lots of grid stuff and other. Which is not mandatory, things can be done differently. It is, I guess, an insight that in some (many?) situations, this can get to gnarly CSS. I would've done these examples by starting with the base html & css already done, and only adding the interactive parts. The toggle and testimonials for example, they could've been done with easier to see/understand HTML and CSS. And actually just focus on the has() and/or checked parts (I think :active could've worked too, if you don't want to use form elements)
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1