flaretailjs / flaretail.js

A JavaScript library for Firefox application development, consisting of WAI-ARIA-driven accessible widgets, a lightweight app framework, and convenient utility functions.
Other
1 stars 2 forks source link

Associate router with views instead of controllers #41

Closed kyoshino closed 8 years ago

kyoshino commented 8 years ago

As wrote in #32, controllers should probably be in a worker. Any user-visible things, including history manipulation, should be handled in views.

kyoshino commented 8 years ago

Maybe this is wrong. Controllers should be in a worker though.

kyoshino commented 8 years ago

Given that Presenters (formerly Controllers) and Models/Collections will be moved to workers, this is still something to consider.