How do I "think in AngularJS" if I have a jQuery background?

Posted by Mark Rajcok on Stack Overflow See other posts from Stack Overflow or by Mark Rajcok
Published on 2013-02-21T04:09:56Z Indexed on 2013/11/02 21:55 UTC
Read the original article Hit count: 124

Filed under:
|
|

How do I “think in AngularJS” if I have a jQuery background?

Suppose I'm familiar with developing client-side applications in jQuery, but now I'd like to start using AngularJS. Can you describe the paradigm shift that is necessary? Here are a few questions that might help you frame an answer:

  • How do I architect and design client-side web applications differently? What is the biggest difference?
  • What should I stop doing/using; what should I start doing/using instead?
  • Are there any server-side considerations/restrictions?

I'm not looking for a detailed comparison between jQuery and AngularJS.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery