Improving README

This commit is contained in:
Pauan 2021-04-30 19:37:27 +02:00
parent 9eb9bcbd33
commit 19b6ac130f
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ 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
matter how big or deeply nested your application is.
Despite that, it doesn't sacrifice ergonomics: it provides a convenient high level declarative API which
feels similar to React, but is designed for Rust and FRP signals.
It provides a convenient high level declarative API which feels similar to React components, but is
designed for Rust and FRP signals.
It is generally feature complete, though more convenience methods might be added over time.