Liu Song’s Projects


~/Projects/fre

git clone https://code.lsong.org/fre

Commit

Commit
9751d4abc118b831dfc39ef851fc6d7a0540ed1b
Author
Changhao Zhao (赵昌浩) <[email protected]>
Date
2021-03-31 18:01:50 +0800 +0800
Diffstat
 docs/README.md | 1 +

emmm


diff --git a/docs/README.md b/docs/README.md
index 45061ed5372997e1838ef2efd916adfde44cde3b..814d3a2bcbbc7d0cb11725e52ed89d20fa4c7f15 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,6 +3,7 @@
 **Fre** is a Tiny Javascript framework with Fiber.
 
 </div>
+
 - **Concurrent with Fiber** — This is an amazing idea, which implements the coroutine scheduler in JavaScript, and the rendering is asynchronous, which supports Time slicing and Suspense.
 
 - **Highly-optimized algorithm** — Fre has a better reconciliation algorithm, which traverses from both ends with O (n) complexity, and supports keyed.