Skip to content

shunjizhan/frontend-interview-gotchas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 14, 2021
7e08969 · Sep 14, 2021

History

51 Commits
Sep 13, 2021
Sep 11, 2021
Sep 7, 2021
Sep 11, 2021
Sep 6, 2021
Sep 14, 2021
Sep 6, 2021
Sep 11, 2021
Sep 3, 2021
Sep 12, 2021
Sep 11, 2021
Sep 11, 2021
Aug 29, 2021
Sep 6, 2021
Sep 2, 2021
Sep 12, 2021
Sep 13, 2021
Sep 12, 2021
Sep 14, 2021
Sep 11, 2021
Sep 12, 2021

Repository files navigation

Frontend Interview Gotchas

一些前端知识点的总结

JS基础

React

Vue

HTML和CSS

  • HTML
    • DOM基础和API
  • CSS
    • 盒装模型
    • Flex布局
    • Grid布局
    • 居中的100种方式

Webpack

  • webpack原理
  • loader, plugin
  • tapable
    • 手写tapable hook
  • 手写mini webpack

http和浏览器

各种