Skip to content

Commit 85cf271

Browse files
authored
Update README.md
1 parent 0ccea4b commit 85cf271

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,13 @@ The comparison is difficult because the roadmap and trade-offs of each framework
232232

233233
React is the source of inspiration for fre. Their implementation and asynchronous rendering are similar. The most amazing thing is **concurrent mode**, which means that react and fre have the same roadmap -- **Exploring concurrent use cases**.
234234

235-
But at the same time, fre has obvious advantages in reconciliation algorithm and bundle size.
235+
But at the same time, fre has obvious advantages in concurrent mode and bundle size.
236236

237237
- vue / preact
238238

239239
To some extent, vue and preact are similar. They have similar synchronous rendering, only the API is different.
240240

241-
The reconciliation algorithm of fre is similar to vue3, but the biggest difference is that vue/preact do not support concurrent mode, this means that the roadmap is totally different.
242-
243-
| framework | concurrent | offscreen | reconcilation algorithm | bundle size |
244-
| --------- | ---------- | --------- | ----------------------- | ----------- |
245-
| fre2 ||| ★★★★ | 2kb |
246-
| react18 ||| ★★ | 43kb |
247-
| vue3 | × | x | ★★★★★ | 33kb |
248-
| preactX | × | x | ★★★ | 4kb |
241+
The reconciliation algorithm of fre is similar to vue2, but the biggest difference is that vue/preact do not support concurrent mode, this means that the roadmap is totally different.
249242

250243
#### License
251244

0 commit comments

Comments
 (0)