HtmlJs

Optimize effort of building large scale web application

NPM Version Build Status License Dependencies

HtmlJs is a JavaScript MVVM library. It is built with OOP and speed in mind. It helps you to build the most sophisticated and complicated components with ease. Integrate well with most existing libraries/frameworks like jQuery, AngularJs.

Project screen shot

Project screen shot

Performance

Project screen shot

Htmljs is 9 times faster than ReactJs and 5 times faster than AngularJs

Installation

Nuget:

Install-Package HtmlJs

Bower:

bower install htmljs

Getting started

Totally new to HtmlJs? Play with HtmlJs interactive tutorial.

Build from source

  1. 1. Clone the repo from GitHub
git clone https://github.com/nhanfu/htmljs.git
cd htmljs
  1. 2. Install build tool. Make sure that Node.js already installed.
npm install
  1. 3. Run the build tool
gulp build

Running the tests

If you have PhantomJs installed, then gulp build will execute the test suite and report its result.

Release History

  • 1.0.4
    • Rename html.data to html.observable
    • Add html.observableArray
    • Remove createElementNoParent() function
    • Replace getter and setter by data property
  • 1.0.3
    • Fix bug for ajax module and dropdown component
    • Use property instead of function to render DOM

Author

Nhan Nguyen – @nhan_htmljsnhan.htmljs@gmail.com

Distributed under the MIT license. See LICENSE for more information.