All Projects → redom → Redom

redom / Redom

Licence: mit
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redom

Lua Gumbo
Moved to https://gitlab.com/craigbarnes/lua-gumbo
Stars: ✭ 116 (-96.29%)
Mutual labels:  html5, dom
Wpt
Test suites for Web platform specs — including WHATWG, W3C, and others
Stars: ✭ 3,573 (+14.41%)
Mutual labels:  web-development, dom
Lucia
🙋‍♀️ 3kb library for tiny web apps
Stars: ✭ 439 (-85.94%)
Mutual labels:  tiny, dom
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-98.43%)
Mutual labels:  html5, dom
Pi Temp
Web server using a Raspberry Pi and DHT22 sensor to graph the humidity and temperature in my apartment over time.
Stars: ✭ 114 (-96.35%)
Mutual labels:  web-development, html5
Scalajs Bootstrap
Scala.js bootstrap components
Stars: ✭ 55 (-98.24%)
Mutual labels:  html5, dom
Pristine
Vanilla javascript form validation micro-library
Stars: ✭ 197 (-93.69%)
Mutual labels:  tiny, html5
Frontendwingman
Frontend Wingman, Learn frontend faster!
Stars: ✭ 315 (-89.91%)
Mutual labels:  html5, dom
Pine
Functional HTML5 and XML library for the Scala platform
Stars: ✭ 108 (-96.54%)
Mutual labels:  web-development, html5
Head
A simple guide to HTML <head> elements
Stars: ✭ 28,892 (+825.14%)
Mutual labels:  web-development, html5
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (-66.73%)
Mutual labels:  html5, dom
CalDOM
An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.
Stars: ✭ 176 (-94.36%)
Mutual labels:  dom, tiny
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (-74.74%)
Mutual labels:  html5, dom
Web Template
web-template.js 是一款基于 ES6 模板字符串解析的模板引擎。
Stars: ✭ 67 (-97.85%)
Mutual labels:  html5, dom
Html5 Dom Document Php
A better HTML5 parser for PHP.
Stars: ✭ 477 (-84.73%)
Mutual labels:  html5, dom
Cash
An absurdly small jQuery alternative for modern browsers.
Stars: ✭ 5,714 (+82.97%)
Mutual labels:  tiny, dom
Loading Attribute Polyfill
Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.
Stars: ✭ 335 (-89.27%)
Mutual labels:  web-development, html5
Guiadesenvolvedoraweb
Guia de como se tornar uma desenvolvedora front end.
Stars: ✭ 247 (-92.09%)
Mutual labels:  web-development, html5
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-99.52%)
Mutual labels:  web-development, dom
Htmlparser2
The fast & forgiving HTML and XML parser
Stars: ✭ 3,299 (+5.64%)
Mutual labels:  dom

RE:DOM logo
Develop web applications with 100% JavaScript and web standards. 🚀


Version Build Status JavaScript Semi-Standard Style License Backers on Open Collective Sponsors on Open Collective Join the chat
Follow @pakastin Follow @redomjs

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.

Supporting RE:DOM

RE:DOM is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers.

If you'd like to join them, please consider:

Installation

# Using npm
npm install redom

# Using Yarn
yarn add redom

Documentation

To check out live examples and docs, visit RE:DOM.

Questions

For questions and support please use community chat.

Tools

Performance

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Please make sure to read the Contributing Guide before making a pull request.
Thank you to all the people who already contributed to RE:DOM!

License

MIT

Copyright (c) 2016-present, Juha Lindstedt and contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].