Angular is naturally a poor choice for social networking sites.
The reason being, is because the 2 way data binding requires a metric crap ton of listeners. Once you hit about 1000 listeners Angular tends to crap out a bit.
It is better for dynamic sites hosting more or less static content. Not for social.
The reason being, is because the 2 way data binding requires a metric crap ton of listeners. Once you hit about 1000 listeners Angular tends to crap out a bit.
It is better for dynamic sites hosting more or less static content. Not for social.