raganwald-deprecated / Roweis

Use convention over configuration to host your views and controllers in a "single page browser application"
32 stars 1 forks source link

support components #39

Open raganwald opened 13 years ago

raganwald commented 13 years ago

A component is an application that lives inside of a div rather than inside of the entire page. A component does not own the URL bar. A component has the ability to redirect within its div or to redirect the entire page.

raganwald commented 13 years ago

One possible pattern is to use an unobtrustive view to render a component and thereafter the component's own views and controllers handle all behaviour.