dereke / hyperdom

A fast, feature rich and simple framework for building dynamic browser applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyperdom npm version npm Build Status

A simple, fast, feature rich framework for building dynamic browser applications.

Hyperdom supports a simple event-update-render cycle, promises for asynchronous operations, JSX, non-JSX, typescript, client-side routing, SVG, two-way data binding, server-side rendering, and optimises for performance, developer usability and simplicity of application architecture.

Hyperdom is influenced by react and uses virtual-dom for the DOM patching. Unlike react though, there is no need for state management libraries (this problem simply does not exist in hyperdom), the API is compact and the routing is built in.

We're Hiring!

Join our remote team and help us build amazing software. Check out our career opportunities.

Sponsored by:

Browserstack.

About

A fast, feature rich and simple framework for building dynamic browser applications.

License:MIT License


Languages

Language:TypeScript 63.2%Language:JavaScript 33.4%Language:Shell 3.5%