@afilina Some complexity is needed as JS has more weird corners than PHP3 does.
What version of JS/TS are you using (i.e. webrowser)?
I think the JS framework people like to prove how-much software engineering they are. (see enterprise comment by@[email protected])
Yes the RAM use is miserable in Electron
@afilina It feels to me like JS frameworks assume everything they touch is an enterprise application.
"So, you need two buttons, and a table with four cells that maintain state? Great. We're going to need a 7 step build process, a deploy process, a dedicated webserver, and four gigs of ram. Minimum."
@asgrim I would choose jQuery over these bloated frameworks any day! I'm just stuck with Next.js legacy.
I remember coding a basic lib in jQuery so that values could stay in sync (elements would refresh themselves upon data mutations). My team built a very big interactive app on top of it that is now generating serious cash for the company.
This was when Angular 1 was still mostly unknown. Since then, it only went downhill. People underestimate how much *more* code they write with a framework.