All these discussions miss the point to me: React can be run natively on Android and iOS. Can Angular? Vue? Elm? It seems like there can't be any real competition when starting a large class of new projects until the answer is "yes." So I'm asking: what are the best real alternatives that work natively on mobile?
Why I moved from Angular to React
11–20 of 107 posts
Re: Why I moved from Angular to React
#12All these discussions miss the point to me: React can be run natively on Android and iOS. Can Angular? Vue? Elm? It seems like there can't be any real competition when starting a large class of new projects until the answer is "yes." So I'm asking: what are the best real alternatives that work natively on mobile?
Re: Why I moved from Angular to React
#13I'm obviously biased, but using Angular (2+) with typescript and ngrx (observable based redux, essentialy) has been really nice to develop with.
Re: Why I moved from Angular to React
#14There are many things that the "React ecosystem" has taught me that I can apply to any future application I build regardless of the stack, but many of my problems were solved in little time because the SO answer to my questions also used React, or the answer came in the form of a React component I could plug in and not worry about.
Maybe when Vue's community is as thoroughly developed I'll try that out again. Right now it's hard to find a reason to switch.
Re: Why I moved from Angular to React
#15You are instead sent (after confirming your email) to a site that lists the 'minimum price' of the book as free, gives you a price slider that cannot go bellow 14.99 (and the "additional information icon" when hovered, shows a minimum price of 14.99, contradicting the page's own previous claim)
A resolution that allows other users to aquire the free ebook is preferred, but removing the offer of a free ebook would also solve the problem.
Re: Why I moved from Angular to React
#16Only some of these are percieved advantages over Angular. Alot of them are advantages over AngularJS, meaning AngularJS 1.x I'm obviously biased, but using Angular (2+) with typescript and ngrx (observable based redux, essentialy) has been really nice to develop with.
Re: Why I moved from Angular to React
#17Re: Why I moved from Angular to React
#18Just a bug report: In the end of the article Mr. Rwieruch offers a free ebook to those that join his mailing list, unfortunately that does not happen. You are instead sent (after confirming your email) to a site that lists the 'minimum price' of the book as free, gives you a price slider that cannot go bellow 14.99 (and the "additional information icon" when hovered, shows a minimum price of 14.99, contradicting the…
Re: Why I moved from Angular to React
#19Only some of these are percieved advantages over Angular. Alot of them are advantages over AngularJS, meaning AngularJS 1.x I'm obviously biased, but using Angular (2+) with typescript and ngrx (observable based redux, essentialy) has been really nice to develop with.
Till you try to build a web c omponent or embed an agular2 app in an existent DOM (haha)
I'm not sure what you mean about components...Angular is component based. Are you referring to native web components?
Re: Why I moved from Angular to React
#20I also don't get why two way binding is difficult to reason about. Can somebody please give me an example?