Code Monkey home page Code Monkey logo

tez's Introduction

tez

Tez App

Super-light and blazing-fast application rendering library for simple and re-usable UI components with JSX, HTML DOM Direct and Class support

NPM Version NPM Downloads Travis Greenkeeper badge GitHub issues Beerpay license Flattr this

Note

Dear users, this is not framework, just library that renders diffed (patched) element. This script inspired by amazing "React" and this script has own diff manager, not uses "VDOM" script.

IMPORTANT

  • Hello, users. Who using this app, thanks. But i am highly recommend you move to "React.js" for better complexity, if you want simple and lightweight for minimal app, so continue use this app.

Installation

npm or yarn

$ npm install --save tez.js
# or
$ yarn add tez.js

CDN Links/Code

Docs

  • Some docs can be seen at HERE

For what

  • Fast Mobile apps
  • Fast Desktop apps
  • Best UI Expierence
  • Smooth rendering
  • Large applications
  • Apps Low-end powered device
  • Cross-browser apps
  • Super-fast Web-apps (on Chrome runs almost without redraw)

Example of What it does

Example 1

const dc = new Tez('body', { disableSafeParse: true });

	dc.setContent("+=<div id=\"loader\"></div>");

	// Uses appendChild for you, like innerHTML syntax for effective

Methods

  • createElement - for JSX element creation

Compatibility

Note

This library works nice at IE10+, Chrome 35+, Firefox 35+, Opera 15+ and works partly at starting supported browsers. I am recommend you render at page-load so you never see issues. Change interval check at 300-ms for better result

Supported browsers (UPDATED)

  • Android 5+
  • iOS 9+
  • Internet Explorer 11+
  • Chrome 45+
  • Firefox 40+
  • Opera 18+

License

  • Apache 2.0

tez's People

Contributors

dalisoft avatar greenkeeper[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.