All Projects → AFASSoftware → Maquette

AFASSoftware / Maquette

Licence: mit
Pure and simple virtual DOM library

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Maquette

ios-application
A native, lightweight and secure one-time-password (OTP) client built for iOS; Raivo OTP!
Stars: ✭ 581 (-20.3%)
Mutual labels:  fast, lightweight
brisk-ioc
fast light brisk ioc/di container on nodejs; Node下快速 轻量的IoC/DI容器,依赖注入,配合装饰器使用
Stars: ✭ 12 (-98.35%)
Mutual labels:  fast, lightweight
jobflow
runs stuff in parallel (like GNU parallel, but much faster and memory-efficient)
Stars: ✭ 67 (-90.81%)
Mutual labels:  fast, lightweight
tinyrpc
Much fast, lightweight, async, based boost.beast and protobuf.
Stars: ✭ 32 (-95.61%)
Mutual labels:  fast, lightweight
Light 4j
A fast, lightweight and more productive microservices framework
Stars: ✭ 3,303 (+353.09%)
Mutual labels:  lightweight, fast
tsdom
Fast, lightweight TypeScript DOM manipulation utility
Stars: ✭ 16 (-97.81%)
Mutual labels:  lightweight, dom
sabotage
a radical and experimental distribution based on musl libc and busybox
Stars: ✭ 502 (-31.14%)
Mutual labels:  fast, lightweight
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: ✭ 254 (-65.16%)
Mutual labels:  lightweight, fast
Hyperhtml
A Fast & Light Virtual DOM Alternative
Stars: ✭ 2,872 (+293.96%)
Mutual labels:  lightweight, dom
Framework
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Stars: ✭ 259 (-64.47%)
Mutual labels:  lightweight, fast
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+13.17%)
Mutual labels:  fast, lightweight
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (-54.73%)
Mutual labels:  lightweight, fast
CalDOM
An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.
Stars: ✭ 176 (-75.86%)
Mutual labels:  lightweight, dom
brute-md5
Advanced, Light Weight & Extremely Fast MD5 Cracker/Decoder/Decryptor written in Python 3
Stars: ✭ 16 (-97.81%)
Mutual labels:  fast, lightweight
aurum
Fast and concise declarative DOM rendering library for javascript
Stars: ✭ 17 (-97.67%)
Mutual labels:  fast, dom
AutoMagic
A magically fast, lightweight and customizable javascript library.
Stars: ✭ 16 (-97.81%)
Mutual labels:  fast, lightweight
Fero
light, fast, scalable, streaming microservices made easy
Stars: ✭ 175 (-75.99%)
Mutual labels:  lightweight, fast
Wolff
🐺 Lightweight and easy to use framework for building web apps.
Stars: ✭ 203 (-72.15%)
Mutual labels:  lightweight, fast
Metrics
Lightweight alternative to github.com/prometheus/client_golang
Stars: ✭ 254 (-65.16%)
Mutual labels:  lightweight, fast
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (+370.23%)
Mutual labels:  lightweight, fast

NpmLicense npmBundleSize CircleCI branch

Maquette

Maquette is a Javascript utility which makes it easy to synchronize the DOM tree in the browser with your data. It uses a technique called 'Virtual DOM'. Compared to other virtual DOM implementations, maquette has 3 advantages:

  • It is very lightweight (3.6Kb gzipped)
  • It allows changes to be animated
  • It is optimized for speed

Visit the website for more information.

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].