Angular v8.0
21–30 of 210 posts
Re: Angular v8.0
#22I was recently at a Microsoft heavy tech conference and spoke to at least 50 .Net developers. Anyone who also did front end did so in Angular. I was surprised at how popular it is!
Both have a relatively high entry barrier compared to their alternatives (though lower than a few years ago).
Re: Angular v8.0
#23Earlier quoted context omitted.
Front-end development is inherently chaotic right now, doesn't matter the framework. Things will get better.... I'm intrigued by Svelte.
Front-end development is really great right now, because of React, which makes it so you can develop in one language, but unlike past attempts like GWT [1], doesn't rely on leaky abstractions. 1: http://www.gwtproject.org/overview.html
Re: Angular v8.0
#24I feel Svelte is the framework that Angular author actually wanted to build since the first version.
That said, Angular doesn't utilize its compiler the same way Svelte does (yet) so time will tell.
Re: Angular v8.0
#25Re: Angular v8.0
#26I was recently at a Microsoft heavy tech conference and spoke to at least 50 .Net developers. Anyone who also did front end did so in Angular. I was surprised at how popular it is!
Re: Angular v8.0
#27Angular feels like frontend framework built by backend java Spring developers, that hate frontend development.
Re: Angular v8.0
#28This release is awesome, here is a summary from the Angular team blog - https://blog.angular.io/version-8-of-angular-smaller-bundles... The 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 bu…
Re: Angular v8.0
#29Earlier quoted context omitted.
Front-end development is really great right now, because of React, which makes it so you can develop in one language, but unlike past attempts like GWT [1], doesn't rely on leaky abstractions. 1: http://www.gwtproject.org/overview.html
JSX is a different language