https://github.com/nguyenphuminh/reval
0.4 kb React-based front-end library code golf
https://github.com/nguyenphuminh/reval
code-golf dom framework front-end javascript library react tiny
Last synced: 22 days ago
JSON representation
0.4 kb React-based front-end library code golf
- Host: GitHub
- URL: https://github.com/nguyenphuminh/reval
- Owner: nguyenphuminh
- License: mit
- Created: 2021-12-03T04:53:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T08:40:01.000Z (12 months ago)
- Last Synced: 2025-11-27T10:18:29.346Z (4 months ago)
- Topics: code-golf, dom, framework, front-end, javascript, library, react, tiny
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## What is Reval.js?
Reval.js is just a fun experimental project built to be one of the lightest front end libraries out there, don't use it for anything useful.
## What does it have?
* Functions to create/render HTML elements.
* Components with state and lifecycle events support.
Yeah that's it.
## What doesn't it have?
* Scalability and speed for any big, practical apps.
## Comparison
Just for fun, let's have a comparison in size with other light-weight libraries.
* Alpine.js: 14 kb gzipped.
* Petite-Vue: 6.9 kb gzipped.
* Lucia.js: 2 kb gzipped.
* Reval.js: 0.4 kb gzipped.
## [Tutorial](tutorial.md)
## Copyrights and license
This project is licensed under the MIT license
Copyrights © 2025 Nguyen Phu Minh