lazd / DOMly

The fast template system that creates and clones DOM nodes
MIT License
53 stars 9 forks source link

Generate cloneable document fragments for any static piece of markup #4

Open lazd opened 10 years ago

lazd commented 10 years ago

Currently, the frag branch generates a cloneable document fragment for an entire template if it doesn't have any dynamic aspects. This should be done on a smaller scale where it make sense from a performance standpoint.