22
Comments
  • 6
    Currently using Angular at work, done some small things with React. If I had to choose, I would choose VueJS ;)
  • 1
    Angular 2 is using the same component concept as react. With typescript I feel angular 2's code is more organized.
  • 1
    It's not really fair to compare them two as Angular is a MV* framework but React is just the View layer. For that purpose I think React wins if it's a decent size application, if you need a multi layer framework Angular automatically wins.

    We're doing React + Redux at work right now and I like it. It's a new way of thinking for me.
  • 1
    Neither... While angular is slightly better, they are both just massive frameworks which have great principals but are also just plain overkill
  • 1
    Angular2 just b/c of TypeScript and it feels much more thought out and stable
  • 2
    angular 2 is so hard to use because everytime you turn around, something big changes and you have to refactor all your code.
  • 1
  • 0
    @0xcaff The refactoring from Angular2 beta to RC wasn't too bad... Atleast in my opinion!
  • 1
    react is a fad. just like Facebook
  • 1
    Lol at people shilling for Angular this much for stability and lack of refactoring. I've been using React since before any major releases and that first application still runs without edits and it's a goddamn Cordova wrapped WebView mobile app. Angular team does breaking changes for breakfast.
  • 0
    + Flowtype with JSX is the same as typescript
  • 0
    i don't feel like angular2 is mature enough compared to react.. maybe in few months
  • 0
    Angular ftw
  • 1
    i know they're differents (Angular = framework, React = Library) but i read somewhere that the code writed for Angular 1 just don't follow the same path that Angular 2 (they're very different).

    ps. Devrant uses React for mobile development, isn't it?
Add Comment