Skip to content

smalluban/linked-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🔌 A multi-purpose HTML & data linking library

Resources

License

Stars

Watchers

Forks

Packages

No packages published