Develop web apps with 100 % JavaScript and web standards. 🚀
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.
npm i redom
- Documentation
- "Minimum viable view library" - talk @ HelsinkiJS - see what's happening under the hood
- NO:DOM (server-side rendering)
- Project generator
- Dev tools for Chrome
- Babel RE:DOM JSX transform
- License: MIT
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]