npm run build:webview
Go to worldnews
。关于这个话题,PDF资料提供了深入分析
The single biggest advantage of push-based reactivity is that it is fine-grained. Each time an input changes, we only notify those dependencies that will actually need to be updated. Every other node in the system can remain in a state of blissful ignorance. This is great if we’ve got a lot of inputs that update independently from each other — our spreadsheet is a good example here, as are most GUIs.
零跑选择了一条更笨、但也更稳的路。