The App Framework provides simple MVC-like building blocks (models, model lists, views, and URL-based routing) for writing single-page JavaScript applications.
This module provides the following classes:
This module is a rollup of the following modules:
Y.App
extension that provides pjax-style content fetching and handling.
Y.App
extension that provides view transitions in browsers which support
native CSS3 transitions.
Y.App.Transitions
in
browsers which support native CSS3 transitions.
pushState()
or the location hash.
getByNode()
method that returns the nearest
View instance associated with the given Node (similar to Widget's getByNode()
method).