From 9a88d19354d4650e59153b5516de5ea974400b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=BB=E9=AD=82?= <624313307@qq.com> Date: Sun, 14 Jan 2024 15:59:43 +0800 Subject: [PATCH] Update README.en.md --- README.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 76fc8cfa..525ae457 100644 --- a/README.en.md +++ b/README.en.md @@ -2,7 +2,7 @@ # Introducing helux -[helux](https://github.com/heluxjs/helux) is a react state library that integrates `atom`, `signal`, and `dependency collection`. It has the following features: +[helux](https://github.com/heluxjs/helux) is a state engine integrates `atom`, `signal`,`derive`, `watch` and `dep tracking`, supports fine-grained responsive updates, it is compatible with all react like libs (including React 18)

@@ -16,6 +16,7 @@ - [Helux-preact-starter](https://codesandbox.io/p/sandbox/helux-preact-starter-dnyzpy) - [Helux-nextjs-starter](https://github.com/heluxjs/helux-nextjs-starter) +It has the following features: - Developed based on the fastest immutable js library [limu](https://github.com/tnfe/limu), with super performance - Atom supports dependency collection, which means that atom does not need to be split into details. Atom can be equivalent to model, which is naturally friendly to `DDD` domain-driven design. - Built-in signal response mechanism, which can achieve 0 hook encoding + DOM granular update