2.0.0.rc (December 30, 2020)
Pre-release
Pre-release
** New reconciliation algorithm **
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 **
- refactor commitWork
Use recursion instead of regenerating a effect list
- better render array
FragmentDocument for Component and refactor h function.