Does it make sense to use Require.js with Angular.js?

Franck picture Franck · Sep 21, 2012 · Viewed 159k times · Source

I'm a newbie to Angular.js and trying to understand how it's different from Backbone.js... We used to manage our packages dependencies with Require.js while using Backbone. Does it make sense to do the same with Angular.js?

Answer

Anshu picture Anshu · Sep 21, 2012

Yes it makes sense to use angular.js along with require.js wherein you can use require.js for modularizing components.

There is a seed project which uses both angular.js and require.js.