-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af1d573
commit 99dd833
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# helux-preact | ||
# helux-openinula | ||
|
||
对接 helux-core 供 `openinula` 使用的状态库 | ||
|
||
## desc | ||
|
||
[helux](https://heluxjs.github.io/helux),集原子,信号、依赖追踪为一体,支持细粒度响应式更新的状态引擎(兼容所有类react库,包括react18) | ||
|
||
## online demo | ||
### install | ||
|
||
```bash | ||
npm i @helux/openinula | ||
``` | ||
|
||
### online demo | ||
|
||
https://codesandbox.io/p/devbox/helux-openinula-66gfj2 | ||
|
||
|