Skip to content

Commit

Permalink
README: Use better fitting URLs for explaining terms
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui authored Sep 28, 2024
1 parent 51ed9e2 commit cb3ba10
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![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
========
Expand Down Expand Up @@ -34,7 +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://en.wikipedia.org/wiki/Document_Object_Model
[FRP]: https://en.wikipedia.org/wiki/Functional_reactive_programming
[Rust]: https://www.rust-lang.org/
[VDOM]: https://en.wikipedia.org/wiki/Virtual_DOM
[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 cb3ba10

Please sign in to comment.