Skip to content

Instantly share code, notes, and snippets.

@apiv
Created September 11, 2015 13:46
Show Gist options
  • Save apiv/1a7eebd0ff0a5430fb31 to your computer and use it in GitHub Desktop.
Save apiv/1a7eebd0ff0a5430fb31 to your computer and use it in GitHub Desktop.
import view from './view';
function myModuleView(viewModel) {
const config = {
model: viewModel,
template: tmpl,
...
}
return view(config);
}
@jpray
Copy link

jpray commented Sep 11, 2015

I was kinda picturing a map or tree of views...maybe I'm off base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment