From 19b6ac130f9e1bba8c2bd4f830a446c0397c22e7 Mon Sep 17 00:00:00 2001 From: Pauan Date: Fri, 30 Apr 2021 19:37:27 +0200 Subject: [PATCH] Improving README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97c8a9e..ae1f99f 100644 --- a/README.md +++ b/README.md @@ -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.