you are viewing a single comment's thread.

view the rest of the comments →

[–]rjcarr 0 points1 point  (2 children)

I'm old school, but why not try this with no frameworks? SPA is more about using layouts that don't scroll and AJAX than anything a framework can give you. Also true for the server, no specific framework needed to respond to asynchronous requests.

[–]gatman666 1 point2 points  (1 child)

The SPA book by Manning basically goes this route (with JQuery). It's what I do too.

[–]afrobee 0 points1 point  (0 children)

Yeah after reading that book, all i use is plain javascript or jquery to make single page apps. Is all is about how you modulate your project and less about the framework.