xcodebuild / overdom

A tiny view library with JSX, mutate(data) = mutate(DOM).

Home Page:https://xcodebuild.github.io/overdom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coverage CI npm size

overdom

 _____               ______ ________  ___
|  _  |              |  _  \  _  |  \/  |
| | | |_   _____ _ __| | | | | | | .  . |
| | | \ \ / / _ \ '__| | | | | | | |\/| |
\ \_/ /\ V /  __/ |  | |/ /\ \_/ / |  | |
 \___/  \_/ \___|_|  |___/  \___/\_|  |_/
                                                                     

A tiny view library with JSX, mutate(data) = mutate(DOM).

Install

npm install --save overdom

Change your jsxFactory to h in your tsconfig.json or babelrc.

Get Started

Get started from here: https://xcodebuild.github.io/overdom/

Why overdom

See Virtual DOM is pure overhead, and Svelte is cool but another language.

So I build this tiny library for:

  • Build view with declarative JavaScript/TypeScript
  • Mutate data to mutate real DOM

Status

overdom is still in early stage, do not use it in production.

About

A tiny view library with JSX, mutate(data) = mutate(DOM).

https://xcodebuild.github.io/overdom/


Languages

Language:TypeScript 90.1%Language:JavaScript 5.7%Language:Less 2.9%Language:HTML 1.4%