面試題目收集:前端篇

收集一些面試經典題,有些是面試趣看到的,有些是自己遇到的

【React框架相關】

  1. 什麼情況要用memo?
    memo – React

【JavaScript】

  1. Event Propagation
    A simplified explanation of event propagation in JavaScript.
  2. Event Loop
    JavaScript Event Loop: How it Works and Why it Matters in 5 Minutes
  3. true + false
    JavaScript Showdown: == vs === | HackerNoon
    JavaScript: Why does 3 + true = 4? (and 7 other tricky equations)
    Unary plus (+)

【Browser】

  1. How does browser work step by step
    How browsers render the UI?
    Inside look at modern web browser
    What happens when you type a URL into your browser?
  2. What are Reflow and Repaint?
  3. async vs defer attributes


【總匯篇】

React Interview Questions: Everything You Need to Know

alex/what-happens-when

MDN Web Docs Glossary: Definitions of Web-related terms | MDN