Skip to content

2.0.0.rc (December 30, 2020)

Pre-release
Pre-release
Compare
Choose a tag to compare
@yisar yisar released this 30 Dec 08:11
· 679 commits to master since this release
e727583

** New reconciliation algorithm **

#200

Fre now uses a new diff algorithm, which can traverse from both ends and handle common prefixes and suffixes

This is also the optimization used in Vue, Inferno, IVI and other frameworks, which is much better than react.

** todo **

  1. refactor commitWork

Use recursion instead of regenerating a effect list

facebook/react#19673

  1. better render array

FragmentDocument for Component and refactor h function.