https://github.com/weibozzz/problems
遇到的问题
https://github.com/weibozzz/problems
Last synced: about 2 months ago
JSON representation
遇到的问题
- Host: GitHub
- URL: https://github.com/weibozzz/problems
- Owner: Weibozzz
- Created: 2018-01-17T10:36:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T09:02:25.000Z (about 4 years ago)
- Last Synced: 2025-01-28T02:42:12.171Z (4 months ago)
- Language: JavaScript
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# problems
遇到的问题
## 博客
1.提交信息提交错误修改
## 技术需查
1.manifest2.hoisting是什么?具体表现是怎样的?
3.说说YSlow(可以详细一点)
4.https://github.com/Mountain-Buzhou/Interview-Book/blob/master/docs/Collection/memorization.md
5.构思一下利用Task和microTask来完成框架层面的时间调度( 比如vue是如何利用microTask来实现batch update的
6.能说下304具体怎样实现吗?
7.http2具体内容?SDPY了解么?
8.小程序如何与native通信?react-native实现原理?jsbridge如何实现?
9.mpvue这样h5转小程序的工具的原理是什么?怎样去实现?
10.[React的生命周期中的isBatchingUpdates了解吗?Transaction知道吗](https://zhuanlan.zhihu.com/p/20328570)
11.React的Fiber是什么?具有什么样的特性?