Created
September 11, 2015 13:46
-
-
Save apiv/1a7eebd0ff0a5430fb31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import view from './view'; | |
function myModuleView(viewModel) { | |
const config = { | |
model: viewModel, | |
template: tmpl, | |
... | |
} | |
return view(config); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was kinda picturing a map or tree of views...maybe I'm off base