0.0.13 • Published 9 years ago

jsx-templating v0.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

JSX Templating

Build Status NPM Version

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).

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago