The New Site is Coming! The current site has been archived. Visit the new blog site at huyixi.org.
The New Site is Coming! The current site has been archived. Visit the new blog site at huyixi.org.
本站图片托管于 Github,请确保网络连接正常。
如何提升自己的效率 #
软件 #
硬件 #
学习前端框架的通用方法 #
关注共性:
Angular、Vue、React
Angular:脏值检测
Vue:Object.defineProperty,双向数据流,数据 <-> 视图
React: 虚拟 DOM,单向数据流,数据 -> 视图,视图 !-> 数据
我们应当关心如何写出高性能的代码,而不是对地性能代码进行优化。
因为只有跟你写的代码不够好的时候才需要对性能进行优化,所以我们只需要关心如何写出高性能的代码即可
更新于:
2023 年 10 月 27 日