Angular v8.0
github.com
Angular v8.0
1–10 of 210 posts
Re: Angular v8.0
#2Re: Angular v8.0
#3I mostly do Kotlin in my day job so Angular aligns fairly nicely with the way applications are structured. I don't get the militant need for terseness that's seen in approaches like React Hooks. I also don't need the choice between multiple backwards-incompatible (or competing) routers, nor do I have a need for functionally pure reducers.
So, it may not be sexy, but It Works and that's good enough for me :)
Re: Angular v8.0
#4Congratulations on the release! For all the talk of React and Vue I still like the 'batteries-included' approach of Angular. I mostly do Kotlin in my day job so Angular aligns fairly nicely with the way applications are structured. I don't get the militant need for terseness that's seen in approaches like React Hooks. I also don't need the choice between multiple backwards-incompatible (or competing) routers, nor do…
It's a different story when your application is huge and mostly made of batteries. ;- )
Re: Angular v8.0
#5The main feature among many is differential loading, that will load different versions of the application depending on the capabilities of the browser.
This will avoid installing polyfills without the need for them and reduce the bundle size. There are reports of 40kb reduction in bundle size, which is a lot.
More than that, this release does a lot of preparation work for Ivy in version 9, which will bring a completely new rendering layer.
Also, there is a lot of preparatory work for the introduction of Bazel in the build pipeline, which will bring us fully incremental builds (recompiling only the part of the code that changed and nothing more).
Re: Angular v8.0
#6Re: Angular v8.0
#7Congratulations on the release! For all the talk of React and Vue I still like the 'batteries-included' approach of Angular. I mostly do Kotlin in my day job so Angular aligns fairly nicely with the way applications are structured. I don't get the militant need for terseness that's seen in approaches like React Hooks. I also don't need the choice between multiple backwards-incompatible (or competing) routers, nor do…
> Congratulations on the release! For all the talk of React and Vue I still like the 'batteries-included' approach of Angular. It's a different story when your application is huge and mostly made of batteries. ;- )
Now, this clearly needs SOME boundaries, but let's not start a whole "Electron" thread again :)
Re: Angular v8.0
#8Angular feels like frontend framework built by backend java Spring developers, that hate frontend development.
Re: Angular v8.0
#9Angular feels like frontend framework built by backend java Spring developers, that hate frontend development.
Being familiar to a large base of existing developers is a huge feature.
Re: Angular v8.0
#10This should point to https://github.com/angular/angular-cli/releases/tag/v8.0.0 which is the release page for this version rather than all releases.