|
|
|
|
|
by austin-cheney
980 days ago
|
|
Think about it like this: Proper web apps means SPA, which means some giant stupid framework (Angular, React, Vue). These frameworks solve only two problems: architecture in a box and putting text on screen. They really don’t do anything else. That is why most frontend developers can’t do anything else. The compile target of the browser is the DOM. This is just as true now as it was in 1998. If you want to do more than put text on screen you need to dive deeper. Your giant framework won’t/can’t give you that. |
|