A client wants to have a completely client-side rendered, single-page app (like using backbone.js and some JS templating library). Does Umbraco 7 have any support for this? It seems all the templates are cshtml server-side templates and the slick editing experience depends on this.
There'd be no server-side rendering, and non-JS capable clients wouldn't be supported. It's more involved than just loading a pages HTML via JS.
Any general suggestions for creating single-page apps with Umbraco?
Umbraco 7 and client-side rendering
A client wants to have a completely client-side rendered, single-page app (like using backbone.js and some JS templating library). Does Umbraco 7 have any support for this? It seems all the templates are cshtml server-side templates and the slick editing experience depends on this.
There'd be no server-side rendering, and non-JS capable clients wouldn't be supported. It's more involved than just loading a pages HTML via JS.
Any general suggestions for creating single-page apps with Umbraco?
Comment author was deleted
Check http://www.nibble.be/?p=224 same applies to v7, so use api controllers to fetch the content and perform actions
Thank you!
is working on a reply...