As I'm using angular route
for my SPA, my view page source is empty (only ng-view exists). I see a website developed by react
, has the similar functionality. But when I see the page source, content is there. (ex for angular, ex for react)
How is it possible in react ? And why not in angular? Any idea?
Edit: As crawlers like google, supports SPA crawling since a few years ago, Is it really necessary to use server side rendering?