Reputation: 379
I'm new to Angularjs. Now I'm going to create a groupon like website. So I checked lots of similar websites. None of them using the one-page style. So I'm thinking when to use Angularjs. Is that a good idea to create a groupon like website using Angularjs?
Upvotes: -1
Views: 219
Reputation: 5935
Heck yea it is. The only thing is to keep the initial page load fast. So you might need to dynamically import your js files using something like: http://requirejs.org/
Upvotes: 0