How many Angular folks are sticking with native ES6 and babel vs TypeScript? Angular is clearly directing folks to TypeScript. I don't want to have to use TypeScript on front-end and ES6 + Babel in Node. Trying to pick one.
TypeScript is fully compatible with ES6 as far as I know, so if you want to start using it either on the client side or on the server side, you can start doing that whenever you like (provided you don't mind changing file extensions, etc.)
Angular 2 Beta released
31–40 of 273 posts
Re: Angular 2 Beta released
#32How many Angular folks are sticking with native ES6 and babel vs TypeScript? Angular is clearly directing folks to TypeScript. I don't want to have to use TypeScript on front-end and ES6 + Babel in Node. Trying to pick one.
Re: Angular 2 Beta released
#33How many Angular folks are sticking with native ES6 and babel vs TypeScript? Angular is clearly directing folks to TypeScript. I don't want to have to use TypeScript on front-end and ES6 + Babel in Node. Trying to pick one.
I used to love CoffeeScript but, after giving ES6 (with eslint) a shot, it no longer has a special place in my heart.
I do enjoy the terseness of it (writing it is fun) but some things are just painful (reading it after the fact).
As for TS vs ES6+ -- I would go with TS but only because Angular projects have a tendency to become very large, and having a compile-time type system hold your team's hand is very comforting.
Re: Angular 2 Beta released
#34Earlier quoted context omitted.
Jen from Telerik DevRel here...we are working with Google to ensure that Angular 2 works great for your NativeScript apps. Please check our blogs at nativescript.org for forthcoming info on performance comparisons and how-tos. I'd encourage you to visit our getting started guide on the above web site to see how you like NativeScript!
> Angular 2 works great for your NativeScript app How is it going to work exactly ?
Re: Angular 2 Beta released
#35I had a really painful time trying to contribute to the angular 2 project. I get the impression that the developers actively working on this are working with discussion mostly internal to Google. It's a shame, because it does seem like both a very powerful and nice approach to building SPAs that I would love to contribute to.
Angular team is bunch of great people, real pleasure to work with. I can tell you - the initial effort to start contributing pays off _very_ fast.
Re: Angular 2 Beta released
#36I had a really painful time trying to contribute to the angular 2 project. I get the impression that the developers actively working on this are working with discussion mostly internal to Google. It's a shame, because it does seem like both a very powerful and nice approach to building SPAs that I would love to contribute to.
Re: Angular 2 Beta released
#37angular2.min.js - 568K
Version 1.4.*
angular.min.js - 148K
File size really increased (Angular1 * 4 == Angular2), if compared with first version. Something went wrong.
Re: Angular 2 Beta released
#38Earlier quoted context omitted.
How is NativeScript related to AngularJS ? is it the same team ?
No, NativeScript is a Telerik product. Angular is a Google/ Open Source project. I'm not sure how they are related, I haven't seen anyone use the two in conjunction.
Re: Angular 2 Beta released
#39That's Google for you, having to present your exciting MVW toolkit on the crash accident of a website that is Blogspot. Right now, there is a massive cookie consent form blocking my view of the actual article.
There are even some adblock/ublock/what-have-you filters now that block those forms.
Re: Angular 2 Beta released
#40Angular size really impressive: angular2.min.js - 568K Version 1.4.* angular.min.js - 148K File size really increased (Angular1 * 4 == Angular2), if compared with first version. Something went wrong.