Runtime-Compiler和Runtime-only的区别

Runtime-Compiler和Runtime-only的区别
Runtime-Compiler:
template -> ast -> render -> vdom -> UI
Runtime-Compiler和Runtime-only的区别

Runtime-only: (性能更高,代码更少 )
render -> vodm -> UI
Runtime-Compiler和Runtime-only的区别

Runtime-Compiler和Runtime-only的区别
Runtime-Compiler和Runtime-only的区别

相关文章: