You need to minimise dependencies think about a simple javascript function that validates a form perhaps you don¹t need a lib. Agree that most people find Jquery a godsend. I was meaning more for ideology and that point was missed or poorly made by me. Dependencies are never a good thing but we like the advantages when it outweighs the weight of the framework or lib.
From: Johannes Zorn <[email protected]> Reply-To: <[email protected]> Date: Wed, 5 Feb 2014 01:00:59 -0800 (PST) To: <[email protected]> Subject: [AngularJS] Re: Should use jquery with angularjs ?? I have to disagree here. In my opinion, wherever possible, use existing libraries. A community reviewed, well tested, often used library will provide code quality most developers can't reach. It is important to learn and try by yourself, but for a publicly accessible application I would strongly advise against using your own implementation of anything you can use from a library like jQuery. There might be exceptions, but by reading the initial question, I assume this is not one. Best, Johannes On Wednesday, February 5, 2014 9:55:14 AM UTC+1, calvin crane wrote: > No always you should try to NOT use any libs and frameworks wherever possible. > Use just what you really need - if you had time then you should just use pure > javascript with nothing else and write your own everything. This is seldom > going to be the case and is a bit like asking ford to make their own tires and > then again its not. > > On Tuesday, 4 February 2014 23:50:49 UTC, biloki wrote: >> Hi everyone, >> >> I have a question very base: should we use jquery in the app that use >> angularjs ? If not, what should we use as the controller of DOM ? >> >> Thank you very much -- You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/kxQAYzAsntI/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
