美团面试总结1

(1)简单理解Vue中的nextTick?

https://www.jianshu.com/p/a7550c0e164f

(2)keep-alive是如何实现的?

https://www.jianshu.com/p/f3c52707656a

(3)js遍历JSON

https://www.cnblogs.com/qingqingzou-143/p/7079725.html

(4)js遍历树

https://www.cnblogs.com/cangqinglang/p/11307369.html

(5)Vue中EventBus的实现

https://www.jianshu.com/p/8e4084041a8b

https://www.cnblogs.com/singerlee-changealive/p/10519822.html

https://segmentfault.com/a/1190000013636153

(6)别人面试记录

https://zhuanlan.zhihu.com/p/112254085
https://zhuanlan.zhihu.com/p/84087044

(7)Vue3新特性

github 地址:https://github.com/vuejs/vue-next
1- 支持 ES5+;
2- IE11下不支持;

总结:
https://segmentfault.com/a/1190000020933028

(8)react fiber

https://

你可能感兴趣的:(面试)