Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

携程一面(day4) #16

Open
robbiemie opened this issue Mar 6, 2024 · 0 comments
Open

携程一面(day4) #16

robbiemie opened this issue Mar 6, 2024 · 0 comments
Labels
es6 网络(http、tcp) Extra attention is needed js react New feature or request vue This issue or pull request already exists webpack Good for newcomers 性能优化 项目经历

Comments

@robbiemie
Copy link
Owner

robbiemie commented Mar 6, 2024

  1. 讲讲项目,如何优化项目(性能优化)
  2. 如何进行组件级优化(虚拟列表、懒加载、异步组件)
  3. 网络层相关的优化策略(无脑缓存、CDN加速)
  4. http2.0 特性以及最新的 http 协议 (quic 协议基于 udp 协议)
  5. 聊聊原型和继承 (无脑怼)【查看答案
  6. 讲讲webpack 整体结构以及执行机制 【查看答案
  7. webpack 如何针对 chunk 进行定点优化 【参考答案
  8. vue 与 react 异同点(展开讲讲)【参考
  9. vue 与 react 响应式原理差异对比,以及底层实现逻辑差异 【参考答案
  10. react fiber 原理,fiber 底层设计理念(是出于什么目的提出的)【参考答案
  11. this.a = 'xxx'setState(a, 'xxx') vue 和 react 分别说出他们底层的执行过程 【参考
  12. vue 的 patch 和 react 的 patch 区别
  13. vue 的 data 为什么返回的是 function 而不是 'object' (纯八股)
  14. vue 通过事件触发,变更了 data 中对象的值,此时这个新增的值是否是响应式的(vue2使用 $set 手动实现响应式数据,vue3是自动实现)
  15. 聊聊重点的项目(从技术广度、深度考量)
@robbiemie robbiemie added vue This issue or pull request already exists react New feature or request 网络(http、tcp) Extra attention is needed webpack Good for newcomers js 性能优化 es6 项目经历 labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
es6 网络(http、tcp) Extra attention is needed js react New feature or request vue This issue or pull request already exists webpack Good for newcomers 性能优化 项目经历
Projects
None yet
Development

No branches or pull requests

1 participant