dragonwong / blog

a blog based on github page
dragonwong.github.io/blog/
9 stars 4 forks source link

面试准备 #31

Open dragonwong opened 5 years ago

dragonwong commented 5 years ago

面试题库:https://github.com/Advanced-Frontend/Daily-Interview-Question 字节跳动题库:https://leetcode-cn.com/explore/featured/card/bytedance/242/string/

简历

STAR/SCQA/SMART

前端相关

JS 基础

https://github.com/dragonwong/blog/issues/31#issuecomment-573436103

React

https://github.com/dragonwong/blog/issues/31#issuecomment-573435061

node

如何监听 node sever 存活

小程序

vue

其它知名库

其它知识点

typescript

数据库相关

dragonwong commented 4 years ago

React

setState

hooks

Component: Component/PureComponent/function

虚拟 dom 和 diff 算法

React 源码剖析系列 - 不可思议的 react diff - twobin的文章 - 知乎

其它概念

React Native

dragonwong commented 4 years ago

JS 基础

题目

https://github.com/dragonwong/blog/tree/gh-pages/_posts

event loop

GC

es6

ES6 入门教程