🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

RE:DOM is a tiny (2 KB) turboboosted JavaScript library for creating user interfaces.RE:DOM is a tiny (2 KB) turboboosted JavaScript library for creating user interfaces. It adds 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

Core Java Script

Documentation

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

RE:DOM

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

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]


You May Also Like