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.
@afilina what's wrong with using jQuery? Things like React, Angular, Vue, whatever I find so over complicated too!
@asgrim @afilina Honestly, most of what jquery provided can be done easily in vanilla js anymore... Which is what I've started doing again, as who needs MBs of code for a simple fetch + inject into DOM operation...