magbeat@programming.dev to Angular@programming.devEnglish · 1 year agoStop, don’t use ActivatedRoute anymore to get your route data!medium.comexternal-linkmessage-square2fedilinkarrow-up14arrow-down11file-text
arrow-up13arrow-down1external-linkStop, don’t use ActivatedRoute anymore to get your route data!medium.commagbeat@programming.dev to Angular@programming.devEnglish · 1 year agomessage-square2fedilinkfile-text
minus-squareLmaydev@programming.devlinkfedilinkarrow-up4·1 year agoI think that’s a slightly outdated view of the front-end tbh. SPAs and PWAs are becoming a lot more popular and don’t require a backend to have fully functional sites. PWAs don’t even need a connection. Obviously many websites are useless without a backend. But things like text editors or painting apps don’t need the frontend. And with wasm gaining more use you can use a lot more languages and more easily create very complex apps.
I think that’s a slightly outdated view of the front-end tbh.
SPAs and PWAs are becoming a lot more popular and don’t require a backend to have fully functional sites.
PWAs don’t even need a connection.
Obviously many websites are useless without a backend. But things like text editors or painting apps don’t need the frontend.
And with wasm gaining more use you can use a lot more languages and more easily create very complex apps.