🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

linked-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linked-html

A multi-purpose HTML & data linking library

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Linked HTML Build Status

Linked HTML is a library for creating dynamic user interfaces from static html content.

  • Fastboot data model: Initial data model is extracted from static html generated by any server-side language or template engine.
  • Safe and simple syntax: Links between html and data model are marked only by custom attributes. This ensures no conflict with template engines syntax.
  • Data binding: Library uses one-way data binding with flexible control over primitive values, arrays and objects.
  • Superfast rendering: Initial state is pre-rendered - bootstrapping library usually takes no DOM changes. Mutated state re-use existing html nodes as much as possible.
  • Small and simple API: The architecture covers only three simple concepts.

Documentation

The latest documentation is available at project Wiki.

Contribute

Feel free to contribute! Fork project, install node dependencies and run:

npm run develop

Please provide tests before creating pull request.

License

Linked HTML is released under the MIT License.

Keywords

rendering

FAQs

Package last updated on 16 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts