Live data from Hacker News

Angular 2 Beta released

angularjs.blogspot.com

131–140 of 273 posts

Re: Angular 2 Beta released

#131
post #115

Earlier quoted context omitted.

I never jumped on the CoffeeScript bandwagon .. I know people love it, just not me. Hence unlikely I will try TypeScript. Despite all its glaring flaws, javascript is an insanely productive language due to excellent mix of features. To improve upon that Id need to go to lisp / clojure [ but it lacks wide commercial acceptance .. not a criticism at all ] I'm actually wary of using the newer additions to javascript lan…

I don't want to argue on your other points but imo the part of auto-complete that saves typing time is the least important thing in a IDE. The really useful part of auto-completion is actually exploring unfamiliar APIs.

no! :) static errors analyzing is more important - saves much, much more time.

Re: Angular 2 Beta released

#132
post #95

Earlier quoted context omitted.

You don't have to use JSX.

Then what do you use?

React providing a mustache-like format (like ractive.js uses) would be great - more familiar than JSX and less clumsy than createElement().

Edit response to person below (rate limit): there's no 'problem', just that mustache is still more familiar. Moving JSX into a different file doesn't change that.

Re: Angular 2 Beta released

#134

When people point out that Google is behind Angular, they fail to mention that the level of investment is nowhere near that of Facebook in React. I've been loving using React. Building in components is fantastic, and it just feels like writing Javascript. That's a win in my books.

All new Google's project I see use Angular. Fiber, StarWars, Cloud Platform.. all of them.

Sure but look at the critical, consumer facing stuff: gMail doesn't use Angular, FB does use React.

Re: Angular 2 Beta released

#135

When people point out that Google is behind Angular, they fail to mention that the level of investment is nowhere near that of Facebook in React. I've been loving using React. Building in components is fantastic, and it just feels like writing Javascript. That's a win in my books.

I don't understand the point of this comment. Almost every new Google service I see is written in Angular. Why are we jumping on comparing it to React already?

Maybe let's withhold judgement until we actually use it. Just a thought.

Re: Angular 2 Beta released

#136

Earlier quoted context omitted.

I don't want to argue on your other points but imo the part of auto-complete that saves typing time is the least important thing in a IDE. The really useful part of auto-completion is actually exploring unfamiliar APIs.

no! :) static errors analyzing is more important - saves much, much more time.

Of course that's he best part of the IDE, i was only commenting the autocompleting part.

Re: Angular 2 Beta released

#137
post #134

Earlier quoted context omitted.

All new Google's project I see use Angular. Fiber, StarWars, Cloud Platform.. all of them.

Sure but look at the critical, consumer facing stuff: gMail doesn't use Angular, FB does use React.

To be fair, ng1 wasn't good enough for such huge apps. NG2 is good enough - incredibly performant, with server-side rendering, with support of TypeScript (refactoring of huge amounts in code in IDE), with real components encapsulation and DI. And some ideas were inspired by React - such as reactive data flow ("one-way", as it called in docs).

So I think Google will do it. Google Fiber is ng2 already :)

Re: Angular 2 Beta released

#138
post #69

I'm curious what Angular 2 is like for developers who normally write React? I hear 2 is a lot better than 1, but I'm still turned off by the amount of Angular-specific terminology, whereas most of React terminology is not necessarily React-specific.

Lets see what happens to react. I hear React is building in support for Relay, React Native, other facebook stuff. I Edit; Sorry i meant Conway's Law https://en.wikipedia.org/wiki/Conway%27s_law

In my mind at least, the so called Great Flux Wars have already been won by Redux.

I just finished my first non-trivial app built with Redux + ImmutableJS a few days ago, and it was pure bliss. Finally, we're able to build entire applications as a mapping of pure state transitions on top of immutable data in JS. Redux is by far the biggest reason why I haven't yet completely abandoned JS for ClojureScript.

Re: Angular 2 Beta released

#139
post #90

Angular 2 is late to the party. The user base of Angular 1.x has already moved on. I wish the success of a web framework was a bit more about the technology nature of it rather than the market adoption and hype.

I'm not sure if that's entirely accurate Here's a chart where you can see daily download counts for react, angular, and angular2. http://npmcharts.com/compare/angular,react,angular2 React does indeed have about 4x as many daily downloads, but (Angular 1 + 2)'s download counts are ~5x what they were a year ago. (iirc the ng-europe RIP Angular fiasco happened in October 2014)

I feel like many angular users are using bower and react is more likely to be used in a npm context.

Re: Angular 2 Beta released

#140

When people point out that Google is behind Angular, they fail to mention that the level of investment is nowhere near that of Facebook in React. I've been loving using React. Building in components is fantastic, and it just feels like writing Javascript. That's a win in my books.

This is a pretty important point to consider. If Google was as invested in Angular as Facebook was in React, they would probably have gone with a more gradual, methodical approach to improving the framework (like the Ember team did). And until that changes, there is very little stopping them from doing another mostly incompatible rewrite in a few years. As it stands, Angular 2 is closer to a completely new framework…

This is a nice worldview but doesn't hold up to the evidence.

Google has said they have something like 10k Angular 1.x apps, so they will keep on working on Angular 1. Angular 2 happening along this support is showing that they're willing to invest in the conservative route and the "burn down the libraries" route at the same time.

Post reply on HN