CombatWombatEsq@lemmy.world to WebDev@lemmy.worldEnglish · 9 months agoWeb Development Is Getting Too Complex, And It May Be Our Faultsmashingmagazine.comexternal-linkmessage-square15fedilinkarrow-up130arrow-down14
arrow-up126arrow-down1external-linkWeb Development Is Getting Too Complex, And It May Be Our Faultsmashingmagazine.comCombatWombatEsq@lemmy.world to WebDev@lemmy.worldEnglish · 9 months agomessage-square15fedilink
minus-squareLmaydev@programming.devlinkfedilinkEnglisharrow-up2·9 months agoIt’s more to do with larger teams. Frameworks should make it easier for multiple people to work on a codebase. As well as allowing much larger apps with less complexity.
minus-squareTCB13@lemmy.worldlinkfedilinkEnglisharrow-up2·9 months agoYes but why do they have to be compiled? For what’s worth jQuery is a framework and so is Vue without compiling.
minus-squareLmaydev@programming.devlinkfedilinkEnglisharrow-up2arrow-down1·edit-29 months agoUsually because they have their own way of defining things that isn’t standard JS. For instance Vue can be compiled if you want to make full SPAs using it.
minus-squareTCB13@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down1·9 months agoYou can build SPAs without compilation…
It’s more to do with larger teams. Frameworks should make it easier for multiple people to work on a codebase. As well as allowing much larger apps with less complexity.
Yes but why do they have to be compiled? For what’s worth jQuery is a framework and so is Vue without compiling.
Usually because they have their own way of defining things that isn’t standard JS.
For instance Vue can be compiled if you want to make full SPAs using it.
You can build SPAs without compilation…