Earlier quoted context omitted.
> ReactJS has slaughtered the front-end market share (in a good way) and completely taken develo Do you have a citation for that? I still see tons of user land projects using angular 1.
Yeah, you're right not to trust statements about projects "capturing mind share" and what is "really hot right now" (not intending to quote OP). People get into their little communities and don't realize that they are not at all representative of the larger world. To make something up, I can totally believe that React is really popular in the San Diego startup scene, but it's a mistake to extrapolate that too far in…
Angular 2 Beta released
201–210 of 273 posts
Re: Angular 2 Beta released
#202I'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.
All in all it is fairly similar, and feels pretty good. You have to remember more syntax, because of the configuration, but it isn't as conceptually difficult as Angular 1.x
The templating syntax is "weird", and it definitely adds to the list of things you have to know specific to Angular 2.
React and JSX is nice because logic is just JS, and not special template syntax (directives).
I'd be happy to build an app with Angular 2 or React for different reasons. What's hard is looking at Angular 1 now.
[0] I've given multiple Angular 2 workshops, built large scale Angular 1 apps, and build React components daily for my business (a popular web developer video tutorial site).
Re: Angular 2 Beta released
#203Earlier quoted context omitted.
Well React approach of composition has reach even others programming languages and communities and with things like redux and react-hot-loader is a game changer.
> things like redux and react-hot-loader is a game changer. Totally not inspired by Elm and traditional FRP. I mean, I use it daily and it's great, but you have to realize that a lot of what React brings to the front is bundling some well-known paradigms together.
Re: Angular 2 Beta released
#204Earlier quoted context omitted.
Yes you can! We are using requirejs, babel,es6 to have a react setup that runs completely in the browser. But for some reason, react makes this information really obscure. It works really well. Including breakpoints in chrome,etc.
It might work for developing, but I don't think it works well for people actually using it, it's too slow.
I really hope that React makes this more public - it makes it for quick and dirty prototyping. P.S. love ES6. Performance be damned!!
Re: Angular 2 Beta released
#205That being said, I use both react and angular. Angular is a full library that solves all of my problems, even if the solution isn't what I would consider ideal. React forces me to do a lot more work to get something running as it is not a framework. It is a tradeoff of time versus flexibility.
Re: Angular 2 Beta released
#206I am in Germany and this link forces a redirect to angularjs.blogspot.de because of my location (which is a version of the blog in German, which I don't read). No simple way around this, and no link I can see to go to .com instead. That's quite frustrating.
If that doesn't work, try a private tab so that it doesn't use any previously-set cookies:
Firefox: ctrl-shift-p
Chrome: ctrl-shift-n
Re: Angular 2 Beta released
#207Earlier quoted context omitted.
I just checked Datanyze which crawls the Alexa 1m and more to see which services & libraries websites are using. They've detected 234,003 sites using Angular and 2,069 using React.
I think Angular is more accessible than React. I don't think React will be adopted as much by non-engineers. React is usually used alongside significant tooling like babel and webpack/browserify and some flux library. It's probably more complex. You can't just drop some js script file in your HTML document and go with that. I say that as someone who thinks React is the future of JavaScript development and there's no…
Re: Angular 2 Beta released
#208Earlier 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
#209Earlier quoted context omitted.
It might work for developing, but I don't think it works well for people actually using it, it's too slow.
which is actually my point - running it this way helps us do a lot of beta testing internally,etc. Obviously this is not a production strategy, but the way we have written code (with requirejs) is that we can switch between them. I really hope that React makes this more public - it makes it for quick and dirty prototyping. P.S. love ES6. Performance be damned!!
Re: Angular 2 Beta released
#210Earlier quoted context omitted.
> ReactJS has slaughtered the front-end market share (in a good way) and completely taken develo Do you have a citation for that? I still see tons of user land projects using angular 1.
I am not talking about market share, I am more referring to sentiment in the community towards React. Just based on my observations, front-end developers love React and many more seemingly warming up to it. Considering React is still a new library, give it some time, but it does not take a trend to see that it is gaining popularity while Angular 1.x has peaked in my opinion and 2.0 will take a lot of convincing to ge…