There are various discussions about whether to use Flash, Silverlight or HTML5. When it comes to Silverlight, it has very different programming experience (more of a desktop model), and this makes it reasonable for Silverlight applications to use MVVP presentation pattern.
But when it comes to pure HTML5-based Web application, is there any well-known presentation design pattern that provides a good fit for them and is often chosen by developers?
Thanks in advance.