Post AScieRuClYzoqUjvLE by develwithoutacause@techhub.social
 (DIR) More posts by develwithoutacause@techhub.social
 (DIR) Post #ASciYiE5ApMpj3Ilto by slightlyoff@toot.cafe
       2023-02-12T22:43:07Z
       
       0 likes, 1 repeats
       
       Worth your time:https://dev.to/oxharris/rethinking-the-modern-web-5cn1
       
 (DIR) Post #AScieRuClYzoqUjvLE by develwithoutacause@techhub.social
       2023-02-13T01:59:32Z
       
       0 likes, 1 repeats
       
       @slightlyoff "It turns out, HTML and its ecosystem remains undertooled to date, whereas the framework web continues to flourish! You're now almost guaranteed to get stranded as being in a desert land building anything in vanilla HTML and the DOM."I've had a similar observation. It's incredible to me that given the massive complexity of modern frontend tooling (and there is a lot of complexity) it is still often even harder to build with simpler tech stacks. There's no good reason for this, just that every tool seems to assume you're bought into one of the major frameworks.It also leads to a lot of duplication, since every problem needs to be solved for every framework. If we properly abstracted things to diverge from these "non-native"ecosystems, we would reduce duplicated effort *and* make the web less reliant on them where it doesn't need to be.