3.0.0 • Published 5 years ago

dewjs v3.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
5 years ago

DEW.js

Dew is experimental javaScript library for UI programming.

The project was conceived as a replacement for jquery, as well as a combination of solutions and ideas accumulated over two years. I would also like to note that some solutions that may have analogues were developed by chance :) but have the right to exist.

Documentation

Features

  • Speed - some methods faster than jquery analogues (select, append ...)
  • JS as HTML - control UI throught JSON objects
  • DOM API - manage DOM objects without connecting other libraries
  • Async - create and organize asynchronous objects
  • Binding - organize objects interaction throught binding
  • Access - hide or publish fields and methods of classes
  • Templating - create views throught templates
  • Many others good solutions ;)

Install & Usage

npm install dewjs --save-dev
import { html } from 'dewjs';

const hello = html.create('h1').text('Hello world!');

html.ready.then(() => html.body.append(hello));

Thank's for using.
Developed by Ustinov Maxim - ewclide

3.0.0

5 years ago

2.8.0

5 years ago

2.7.3

5 years ago

2.7.2

5 years ago

2.7.1

5 years ago

2.7.0

5 years ago

2.6.0

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago