javascript - AngularJS applications imply single page applications? -
so spent past 5 hours reading on angular js. seems lot of people heavily associating framework single page applications when accommodated back-end mvc framework nice api usage ruby on rails or laravel.
i have 2 main questions have been boggling me:
- how initialize such apps considering content dynamic in nature. when using ror/laravel, i'd prepare html dynamic data @ back-end , serve initial pages. seems people using angular serve basic skeleton of html , round trip web server again data. how done? if not, please suggest right way.
- secondly, dont think embark on project single paged application in mind. mean overkill use angularjs project. have use case think appropriate require angularjs non single page application jquery cant handle easily?
Comments
Post a Comment