0
xociety
8y

if I wanted to learn angular js. should I learn 1 or 2?

Comments
  • 1
    2 is lovely but has the overhead of learning a build system like grunt, whilst 1 can run off the browser. Both are nice however
  • 0
    @daarkfall does 2 still works with soultion stacks then? like mean
  • 0
  • 0
    Neither. Learn react instead.
  • 0
    @dotomaz isn't Ready for like UX / UI I thought the frameworks were a bit different
  • 0
  • 0
    @xociety it does indeed, May take a bit of footering but should work
  • 1
    I never liked A1, because its integrated to the Dom to much, witch leads to performance problems if you have to much data. Dom is still slow. React uses virtual dom and modifies browser's dom only for what has actually changes. This is much faster. I think A2 is also using virtual dom. But I haven't looked much in to it yet.

    React + Redux is the current hot technology. Until something new comes along. Probably in a couple of weeks.
  • 0
    @dotomaz. thanks for the information man
  • 0
    @xociety he's right about the data problems and performance for angular 1. We just spent a month at my work fixing this
Add Comment