An open API service indexing awesome lists of open source software.

https://github.com/alexeyraspopov/template

Simple DOM-driven template engine
https://github.com/alexeyraspopov/template

Last synced: 2 months ago
JSON representation

Simple DOM-driven template engine

Awesome Lists containing this project

README

          

# Template

Simple DOM-driven template engine

## Challenges

- build template without using methods for search elements
- minimize source (max 10kb for minified version)
- minimum 140 maintainability index for all sources

## TODO

- [deprecated] Use [sightglass](https://github.com/mikeric/sightglass) for object observing
+ Use [reactive](https://github.com/alexeyraspopov/reactive) for models
- Use [fastdom](https://github.com/wilsonpage/fastdom) for dom writing
- create bindings:
+ attribs (with two-way binding)
+/- events
- iterator

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov