Skip to content

Commit

Permalink
Merge pull request #85 from hoijui/patch-1
Browse files Browse the repository at this point in the history
README: Linkify terms
  • Loading branch information
Pauan authored Sep 28, 2024
2 parents 4959f3c + cb3ba10 commit fc93afd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![crates.io](https://img.shields.io/crates/v/dominator.svg)](https://crates.io/crates/dominator)
[![docs.rs](https://docs.rs/dominator/badge.svg)](https://docs.rs/dominator)

Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!
Zero-cost ultra-high-performance declarative [DOM] library using [FRP] signals for Rust!

Overview
========

Dominator is one of the fastest DOM frameworks in the world ([it is just as fast as Inferno][benchmark]).

It does not use VDOM, instead it uses raw DOM nodes for maximum performance. It is close to the metal and
It does not use [VDOM], instead it uses raw DOM nodes for maximum performance. It is close to the metal and
has almost no overhead: everything is inlined to raw DOM operations.

It scales incredibly well even with very large applications, because updates are always `O(1)` time, no
Expand All @@ -34,3 +34,6 @@ Community
We have a [Discord server](https://discord.gg/fDFGvnR). Feel free to ask any Dominator questions there.

[benchmark]: https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html
[DOM]: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model
[FRP]: https://quickbirdstudios.com/blog/what-is-functional-reactive-programming-frp/
[VDOM]: https://medium.com/cstech/demystifying-javascript-virtual-dom-a-guide-for-web-developers-fae7dd9d0cd0

0 comments on commit fc93afd

Please sign in to comment.