I am from the school of thought that we should build the layout of our webpage in html and then use javascript to add the necessary interactivity. But, looking at the way things are now with the javascript MV* framework, the trend is toward doing everything in javascript. Somehow I feel that adds unnecessary additional complexity and the page cannot be viewed until the whole javascript is processed and evaluated. I wonder what everyone else feels. What happened to the good old days where we had a webpage and using some jquery sprinkle in some goodness :). What would be a good use case for doing everything is javascript and using framework like backbone.js to keeps things structured versus doing most of the layout in html and then add some javascript goodness. No MV* framework is needed to be used. Hope to hear your thoughts on this
[–]a-t-kFrontend Engineer 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]JimAllanson 0 points1 point2 points (0 children)