JSPM

  • Created
  • Published
  • Downloads 2408
  • Score
    100M100P100Q120216F
  • License MIT

Tiny turboboosted JavaScript library for creating user interfaces. 100 % test coverage!

Package Exports

  • redom

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

js-semistandard-style Build Status npm npm Join the chat at https://gitter.im/pakastin/redom Twitter Follow Twitter Follow

RE:DOM

Develop web apps with 100 % JavaScript and web standards. 🚀

https://redom.js.org

Introduction

RE:DOM is a tiny (2 KB) UI library by Juha Lindstedt and contributors, which adds some useful helpers to create DOM elements and keeping them in sync with the data.

Because RE:DOM is so close to the metal and doesn't use virtual dom, it's actually faster and uses less memory than almost all virtual dom based libraries, including React (benchmark).

It's also easy to create reusable components with RE:DOM.

Another great benefit is, that you can use just pure JavaScript, so no complicated templating languages to learn and hassle with.

Installing

npm i redom

Get started

Tools

Performance

Open source