Paperclip.js is a reactive template engine usable on both client-side (browsers) and server-side (Node.js) environments.
It works just like any existing template engine, reading a set of "templates" and compiling them to DOM elements.
These elements can then be embedded on the page wherever needed and provide a quick, versatile, and fully-customizable way of generating content with JavaScript.
The entire Paperclip.js engine is extensible, works pretty fast, and even supports animations.
It also supports one-way and two-way data binding, unbound operators, supports inline JavaScript, and has no external dependencies.
Paperclip.js is also interoperable with other JavaScript libraries and has special adapters for AngularJS and Marionette.
What is new in this release:
- Deprecate nofactor - use plain document object instead - pass in template.
What is new in version 3.0.16:
- Deprecate nofactor - use plain document object instead - pass in template.
What is new in version 2.0.5:
- Deprecate nofactor - use plain document object instead - pass in template.
What is new in version 2.0.4:
- Deprecate nofactor - use plain document object instead - pass in template.
Requirements:
- JavaScript enabled on client side
- Node.js for server-side environments
Comments not found