AmpersandJS / examples

A collection of example apps/patterns using ampersand
MIT License
45 stars 16 forks source link

A simple example of requiring just html templates with something like stringify #17

Closed latentflip closed 5 years ago

latentflip commented 9 years ago

If you're using bindings, you don't need anything more than straight up html for templates, so something like: https://github.com/JohnPostlethwait/stringify makes this really easy to just require templates directly from a view.

This just came up in gitter, so a simple example of this would be useful, assigning to me, unless anyone else wants to do it @CrowdHailer?

CrowdHailer commented 9 years ago

I am still learning ampersand so an example from me could be a bit misleading(rookie errors). However I have a clear weekend so will try put something together then.