Why are JS frameworks so darn complicated? I can't even keep a mental model of a simple table with a few buttons. I need to add so much boilerplate code that I'd rather use jQuery. Either I'm missing something blindingly obvious about those frameworks, or they're just added complexity and weird patterns with marginal gains.
@derickr I would if it were my project. I still have a ton of sites and apps I built that run on jQuery without any bloat.
@afilina @derickr How exactly isn't jquery itself bloat?
@danrot @derickr The jQuery slim build has a pretty small footprint.
@afilina @derickr the smallest number I found using google is 6kb, which is IMO quite a lot, considered it does not add a lot of value (if any) compared to modern JavaScript and its APIs.