▲ | troupo 3 days ago | |||||||
> The discussion is whether or not we need a higher level API than that. Try using DOM APIs to build anything remotely complex or interactive. There's a reason everyone who only uses browser APIs ends up just dumping strings into the DOM via innerHtml. | ||||||||
▲ | skydhash 3 days ago | parent [-] | |||||||
> Try using DOM APIs to build anything remotely complex or interactive. I think the core question is: Are we building something complex or interactive. I don't see the need for React or other frameworks unless you're storing a lot of mutable states client-side. But more often than not, all I see is replicating the database through API endpoints. | ||||||||
|