Junyu Wu
Junyu Wu

Reputation: 379

Is that a good idea to create a groupon like website using Angularjs?

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

Answers (1)

Brian McGinity
Brian McGinity

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

Related Questions