meteor-space / ui

Pattern-agnostic base UI package to gain control over your Meteor UI
MIT License
121 stars 15 forks source link

Rethinking Space.flux.Application #35

Closed rhyslbw closed 9 years ago

rhyslbw commented 9 years ago

Rather than extend Space.Application to create a new object Space.flux.Application, can we just mix the functionality into Space.Module on the client from the Space.flux package so that the implementation just defines a Space.Application with the flux specific sugar inherited from Space.Module?

https://github.com/meteor-space/flux/blob/develop/source/automation.js#L3

Thoughts?

rhyslbw commented 9 years ago

*Discussed offline in development channel