Micro templating library using JSX syntax.
npm install jsx-templatingJSX Templating
==============
 
Minimal JSX templating. Small footprint, no re-rendering, no diffing. Just templating.
Designed for an embedded script where single pass templating was needed and JSX syntax was desired. Limited use case, but serves well as a micro templating library.
The only feature needed was single pass rendering. Thus, no re-rendering or diffing is included in this library. If you're looking for a good view library React is a vastly superior option. Many other templating libraries, such as Handlebars, are more fully featured (but are larger in file size).