What are the best practices to create a single page app?

2.4k views Asked by At

What are the most important things not to forget or consider when creating a single page app(completely ajax depended) in general? Or any specific consideration on MVC?

4

There are 4 answers

0
Jaider On

DURANDAL Startkit is a good way to start. Its has MVVM pattern and we can use it with Visual Studio.

Also, Stephen Walther make a good post about security issues. http://stephenwalther.com/archive/2013/03/05/security-issues-with-single-page-apps

0
devdigital On

Steven Sanderson has a good series of blog posts on single page apps:

I would also recommend his Knockout framework.

0
alrusdi On

For complex projects consider js library - Backbone http://documentcloud.github.com/backbone/

0
Dima Pasko On

We are using ExtJs for that.

ExtJs get all required data from MVC Controllers via JSON.