jsx-templating
v0.0.13
Published
Micro templating library using JSX syntax.
Downloads
6
Readme
JSX 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.
Warnings
This is not a web application view layer. JSX Templating was implemented to serve a very small use case where templating was desired and the team wanted to see if they could use JSX. File size was of key importance so the feature set is intentionally kept limited.
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).