# React面試題
> 鼓勵PR,持續更新(React v16.6.0)
## 歷史題目(最新:2019.07.18)
[React](#React) | [ReactNative](#ReactNative) | [React-Router](#React-Router) | [Redux/Mobx](#Redux/Mobx) | [Flux](#Flux)
### React
- [什么時候使用狀態管理器?](https://github.com/haizlin/fe-interview/issues/953)
- [render函數中return如果沒有使用()會有什么問題?](https://github.com/haizlin/fe-interview/issues/952)
- [componentWillUpdate可以直接修改state的值嗎?](https://github.com/haizlin/fe-interview/issues/951)
- [說說你對React的渲染原理的理解](https://github.com/haizlin/fe-interview/issues/950)
- [什么渲染劫持?](https://github.com/haizlin/fe-interview/issues/949)
- [React Intl是什么原理?](https://github.com/haizlin/fe-interview/issues/948)
- [你有使用過React Intl嗎?](https://github.com/haizlin/fe-interview/issues/947)
- [怎么實現React組件的國際化呢?](https://github.com/haizlin/fe-interview/issues/946)
- [說說Context有哪些屬性?](https://github.com/haizlin/fe-interview/issues/945)
- [怎么使用Context開發組件?](https://github.com/haizlin/fe-interview/issues/944)
- [為什么React并不推薦我們優先考慮使用Context?](https://github.com/haizlin/fe-interview/issues/943)
- [除了實例的屬性可以獲取Context外哪些地方還能直接獲取Context呢?](https://github.com/haizlin/fe-interview/issues/942)
- [childContextTypes是什么?它有什么用?](https://github.com/haizlin/fe-interview/issues/941)
- [contextType是什么?它有什么用?](https://github.com/haizlin/fe-interview/issues/940)
- [Consumer向上找不到Provider的時候怎么辦?](https://github.com/haizlin/fe-interview/issues/939)
- [有使用過Consumer嗎?](https://github.com/haizlin/fe-interview/issues/938)
- [在React怎么使用Context?](https://github.com/haizlin/fe-interview/issues/937)
- [React15和16別支持IE幾以上?](https://github.com/haizlin/fe-interview/issues/936)
- [說說你對windowing的了解](https://github.com/haizlin/fe-interview/issues/935)
- [舉例說明React的插槽有哪些運用場景?](https://github.com/haizlin/fe-interview/issues/934)
- [你有用過React的插槽(Portals)嗎?怎么用?](https://github.com/haizlin/fe-interview/issues/933)
- [React的嚴格模式有什么用處?](https://github.com/haizlin/fe-interview/issues/932)
- [React如何進行代碼拆分?拆分的原則是什么?](https://github.com/haizlin/fe-interview/issues/931)
- [React組件的構造函數有什么作用?](https://github.com/haizlin/fe-interview/issues/930)
- [React組件的構造函數是必須的嗎?](https://github.com/haizlin/fe-interview/issues/929)
- [React中在哪捕獲錯誤?](https://github.com/haizlin/fe-interview/issues/928)
- [React怎樣引入svg的文件?](https://github.com/haizlin/fe-interview/issues/927)
- [說說你對Relay的理解](https://github.com/haizlin/fe-interview/issues/926)
- [在React中你有經常使用常量嗎?](https://github.com/haizlin/fe-interview/issues/925)
- [為什么說React中的props是只讀的?](https://github.com/haizlin/fe-interview/issues/924)
- [你有使用過formik庫嗎?說說它的優缺點](https://github.com/haizlin/fe-interview/issues/923)
- [你有用過哪些React的表單庫嗎?說說它們的優缺點](https://github.com/haizlin/fe-interview/issues/901)
- [如果組件的屬性沒有傳值,那么它的默認值是什么?](https://github.com/haizlin/fe-interview/issues/900)
- [可以使用TypeScript寫React應用嗎?怎么操作?](https://github.com/haizlin/fe-interview/issues/899)
- [`super()`和`super(props)`有什么區別?](https://github.com/haizlin/fe-interview/issues/898)
- [你有使用過loadable組件嗎?它幫我們解決了什么問題?](https://github.com/haizlin/fe-interview/issues/897)
- [你有使用過suspense組件嗎?它幫我們解決了什么問題?](https://github.com/haizlin/fe-interview/issues/896)
- [怎樣動態導入組件?](https://github.com/haizlin/fe-interview/issues/895)
- [如何給非控組件設置默認的值?](https://github.com/haizlin/fe-interview/issues/894)
- [怎么在React中引入其它的UI庫,例如Bootstrap](https://github.com/haizlin/fe-interview/issues/893)
- [怎樣將事件傳遞給子組件?](https://github.com/haizlin/fe-interview/issues/892)
- [怎樣使用Hooks獲取服務端數據?](https://github.com/haizlin/fe-interview/issues/891)
- [使用Hooks要遵守哪些原則?](https://github.com/haizlin/fe-interview/issues/890)
- [render方法的原理你有了解嗎?它返回的數據類型是什么?](https://github.com/haizlin/fe-interview/issues/889)
- [useEffect和useLayoutEffect有什么區別?](https://github.com/haizlin/fe-interview/issues/888)
- [在React項目中你用過哪些動畫的包?](https://github.com/haizlin/fe-interview/issues/887)
- [React必須使用JSX嗎?](https://github.com/haizlin/fe-interview/issues/886)
- [自定義組件時render是可選的嗎?為什么?](https://github.com/haizlin/fe-interview/issues/885)
- [需要把keys設置為全局唯一嗎?](https://github.com/haizlin/fe-interview/issues/884)
- [怎么定時更新一個組件?](https://github.com/haizlin/fe-interview/issues/883)
- [React根據不同的環境打包不同的域名?](https://github.com/haizlin/fe-interview/issues/882)
- [使用webpack打包React項目,怎么減小生成的js大小?](https://github.com/haizlin/fe-interview/issues/881)
- [在React中怎么使用async/await?](https://github.com/haizlin/fe-interview/issues/880)
- [你閱讀了幾遍React的源碼?都有哪些收獲?你是怎么閱讀的?](https://github.com/haizlin/fe-interview/issues/879)
- [什么是React.forwardRef?它有什么作用?](https://github.com/haizlin/fe-interview/issues/878)
- [寫個例子說明什么是JSX的內聯條件渲染](https://github.com/haizlin/fe-interview/issues/877)
- [在React中怎么將參數傳遞給事件?](https://github.com/haizlin/fe-interview/issues/876)
- [React的事件和普通的HTML事件有什么不同?](https://github.com/haizlin/fe-interview/issues/875)
- [在React中怎么阻止事件的默認行為?](https://github.com/haizlin/fe-interview/issues/874)
- [你最喜歡React的哪一個特性(說一個就好)?](https://github.com/haizlin/fe-interview/issues/873)
- [在React中什么時候使用箭頭函數更方便呢?](https://github.com/haizlin/fe-interview/issues/872)
- [你最不喜歡React的哪一個特性(說一個就好)?](https://github.com/haizlin/fe-interview/issues/871)
- [說說你對React的reconciliation(一致化算法)的理解](https://github.com/haizlin/fe-interview/issues/870)
- [使用PropTypes和Flow有什么區別?](https://github.com/haizlin/fe-interview/issues/869)
- [怎樣有條件地渲染組件?](https://github.com/haizlin/fe-interview/issues/868)
- [在JSX中如何寫注釋?](https://github.com/haizlin/fe-interview/issues/867)
- [constructor和getInitialState有不同?](https://github.com/haizlin/fe-interview/issues/866)
- [寫例子說明React如何在JSX中實現for循環](https://github.com/haizlin/fe-interview/issues/865)
- [為什么建議Fragment包裹元素?它的簡寫是什么?](https://github.com/haizlin/fe-interview/issues/864)
- [你有用過React.Fragment嗎?說說它有什么用途?](https://github.com/haizlin/fe-interview/issues/863)
- [在React中你有遇到過安全問題嗎?怎么解決?](https://github.com/haizlin/fe-interview/issues/862)
- [React中如何監聽state的變化?](https://github.com/haizlin/fe-interview/issues/861)
- [React什么是有狀態組件?](https://github.com/haizlin/fe-interview/issues/860)
- [React v15中怎么處理錯誤邊界?](https://github.com/haizlin/fe-interview/issues/859)
- [React Fiber它的目的是解決什么問題?](https://github.com/haizlin/fe-interview/issues/858)
- [React為什么不要直接修改state?如果想修改怎么做?](https://github.com/haizlin/fe-interview/issues/857)
- [create-react-app有什么好處?](https://github.com/haizlin/fe-interview/issues/856)
- [裝飾器(Decorator)在React中有什么應用?](https://github.com/haizlin/fe-interview/issues/855)
- [使用高階組件(HOC)實現一個loading組件](https://github.com/haizlin/fe-interview/issues/854)
- [如何用React實現滾動動畫?](https://github.com/haizlin/fe-interview/issues/853)
- [說出幾點你認為的React最佳實踐](https://github.com/haizlin/fe-interview/issues/852)
- [你是如何劃分React組件的?](https://github.com/haizlin/fe-interview/issues/851)
- [舉例說明如何在React創建一個事件](https://github.com/haizlin/fe-interview/issues/850)
- [如何更新組件的狀態?](https://github.com/haizlin/fe-interview/issues/849)
- [怎樣將多個組件嵌入到一個組件中?](https://github.com/haizlin/fe-interview/issues/848)
- [React的render中可以寫{if else}這樣的判斷嗎?](https://github.com/haizlin/fe-interview/issues/847)
- [React為什么要搞一個Hooks?](https://github.com/haizlin/fe-interview/issues/846)
- [React Hooks幫我們解決了哪些問題?](https://github.com/haizlin/fe-interview/issues/845)
- [使用React的memo和forwardRef包裝的組件為什么提示children類型不對?](https://github.com/haizlin/fe-interview/issues/844)
- [有在項目中使用過Antd嗎?說說它的好處](https://github.com/haizlin/fe-interview/issues/843)
- [在React中如果去除生產環境上的sourcemap?](https://github.com/haizlin/fe-interview/issues/842)
- [在React中怎么引用sass或less?](https://github.com/haizlin/fe-interview/issues/841)
- [組件卸載前,加在DOM元素的監聽事件和定時器要不要手動清除?為什么?](https://github.com/haizlin/fe-interview/issues/840)
- [為什么標簽里的for要寫成htmlFor呢?](https://github.com/haizlin/fe-interview/issues/839)
- [狀態管理器解決了什么問題?什么時候用狀態管理器?](https://github.com/haizlin/fe-interview/issues/838)
- [狀態管理器它精髓是什么?](https://github.com/haizlin/fe-interview/issues/837)
- [函數式組件有沒有生命周期?為什么?](https://github.com/haizlin/fe-interview/issues/836)
- [在React中怎么引用第三方插件?比如說jQuery等](https://github.com/haizlin/fe-interview/issues/835)
- [React的觸摸事件有哪幾種?](https://github.com/haizlin/fe-interview/issues/834)
- [路由切換時同一組件無法重新渲染的有什么方法可以解決?](https://github.com/haizlin/fe-interview/issues/833)
- [React16新特性有哪些?](https://github.com/haizlin/fe-interview/issues/832)
- [你有用過哪些React的UI庫?它們的優缺點分別是什么?](https://github.com/haizlin/fe-interview/issues/831)
- [`<div onClick={handlerClick}>單擊</div>`和`<div onClick={handlerClick(1)}>單擊</div>`有什么區別?](https://github.com/haizlin/fe-interview/issues/830)
- [在React中如何引入圖片?哪種方式更好?](https://github.com/haizlin/fe-interview/issues/829)
- [在React中怎么使用字體圖標?](https://github.com/haizlin/fe-interview/issues/828)
- [React的應用如何打包發布?它的步驟是什么?](https://github.com/haizlin/fe-interview/issues/827)
- [ES6的語法'...'在React中有哪些應用?](https://github.com/haizlin/fe-interview/issues/826)
- [如何封裝一個React的全局公共組件?](https://github.com/haizlin/fe-interview/issues/825)
- [在React中組件的props改變時更新組件的有哪些方法?](https://github.com/haizlin/fe-interview/issues/824)
- [immutable的原理是什么?](https://github.com/haizlin/fe-interview/issues/823)
- [你對immutable有了解嗎?它有什么作用?](https://github.com/haizlin/fe-interview/issues/822)
- [如何提高組件的渲染效率呢?](https://github.com/haizlin/fe-interview/issues/821)
- [在React中如何避免不必要的render?](https://github.com/haizlin/fe-interview/issues/820)
- [render在什么時候會被觸發?](https://github.com/haizlin/fe-interview/issues/819)
- [寫出React動態改變class切換組件樣式](https://github.com/haizlin/fe-interview/issues/818)
- [React中怎么操作虛擬DOM的Class屬性?](https://github.com/haizlin/fe-interview/issues/817)
- [為什么屬性使用className而不是class呢?](https://github.com/haizlin/fe-interview/issues/816)
- [請說下react組件更新的機制是什么?](https://github.com/haizlin/fe-interview/issues/815)
- [怎么在JSX里屬性可以被覆蓋嗎?覆蓋的原則是什么?](https://github.com/haizlin/fe-interview/issues/814)
- [怎么在JSX里使用自定義屬性?](https://github.com/haizlin/fe-interview/issues/813)
- [怎么防止HTML被轉義?](https://github.com/haizlin/fe-interview/issues/812)
- [經常用React,你知道React的核心思想是什么嗎?](https://github.com/haizlin/fe-interview/issues/811)
- [在React中我們怎么做靜態類型檢測?都有哪些方法可以做到?](https://github.com/haizlin/fe-interview/issues/810)
- [在React中組件的state和setState有什么區別?](https://github.com/haizlin/fe-interview/issues/809)
- [React怎樣跳過重新渲染?](https://github.com/haizlin/fe-interview/issues/808)
- [React怎么判斷什么時候重新渲染組件呢?](https://github.com/haizlin/fe-interview/issues/807)
- [什么是React的實例?函數式組件有沒有實例?](https://github.com/haizlin/fe-interview/issues/806)
- [在React中如何判斷點擊元素屬于哪一個組件?](https://github.com/haizlin/fe-interview/issues/805)
- [在React中組件和元素有什么區別?](https://github.com/haizlin/fe-interview/issues/804)
- [在React中聲明組件時組件名的第一個字母必須是大寫嗎?為什么?](https://github.com/haizlin/fe-interview/issues/803)
- [舉例說明什么是高階組件(HOC)的反向繼承?](https://github.com/haizlin/fe-interview/issues/802)
- [有用過React Devtools嗎?說說它的優缺點分別是什么?](https://github.com/haizlin/fe-interview/issues/801)
- [舉例說明什么是高階組件(HOC)的屬性代理?](https://github.com/haizlin/fe-interview/issues/800)
- [React的isMounted有什么作用?](https://github.com/haizlin/fe-interview/issues/799)
- [React組件命名推薦的方式是哪個?為什么不推薦使用displayName?](https://github.com/haizlin/fe-interview/issues/798)
- [React的displayName有什么作用?](https://github.com/haizlin/fe-interview/issues/797)
- [說說你對React的組件命名規范的理解](https://github.com/haizlin/fe-interview/issues/796)
- [說說你對React的項目結構的理解](https://github.com/haizlin/fe-interview/issues/795)
- [React16廢棄了哪些生命周期?為什么?](https://github.com/haizlin/fe-interview/issues/794)
- [怎樣在React中開啟生產模式?](https://github.com/haizlin/fe-interview/issues/793)
- [React中getInitialState方法的作用是什么?](https://github.com/haizlin/fe-interview/issues/792)
- [React中你知道creatClass的原理嗎?](https://github.com/haizlin/fe-interview/issues/791)
- [React中驗證props的目的是什么?](https://github.com/haizlin/fe-interview/issues/790)
- [React中你有使用過getDefaultProps嗎?它有什么作用?](https://github.com/haizlin/fe-interview/issues/789)
- [React中你有使用過propType嗎?它有什么作用?](https://github.com/haizlin/fe-interview/issues/788)
- [React中怎么檢驗props?](https://github.com/haizlin/fe-interview/issues/787)
- [React.createClass和extends Component的區別有哪些?](https://github.com/haizlin/fe-interview/issues/786)
- [高階組件(HOC)有哪些優點和缺點?](https://github.com/haizlin/fe-interview/issues/785)
- [給組件設置很多屬性時不想一個個去設置有什么辦法可以解決這問題呢?](https://github.com/haizlin/fe-interview/issues/784)
- [React16跟之前的版本生命周期有哪些變化?](https://github.com/haizlin/fe-interview/issues/756)
- [怎樣實現React組件的記憶?原理是什么?](https://github.com/haizlin/fe-interview/issues/755)
- [創建React動畫有哪些方式?](https://github.com/haizlin/fe-interview/issues/754)
- [為什么建議不要過渡使用Refs?](https://github.com/haizlin/fe-interview/issues/753)
- [在React使用高階組件(HOC)有遇到過哪些問題?如何解決?](https://github.com/haizlin/fe-interview/issues/752)
- [在使用React過程中什么時候用高階組件(HOC)?](https://github.com/haizlin/fe-interview/issues/751)
- [說說React diff的原理是什么?](https://github.com/haizlin/fe-interview/issues/724)
- [React怎么提高列表渲染的性能?](https://github.com/haizlin/fe-interview/issues/723)
- [使用ES6的class定義的組件不支持mixins了,那用什么可以替代呢?](https://github.com/haizlin/fe-interview/issues/722)
- [為何說虛擬DOM會提高性能?](https://github.com/haizlin/fe-interview/issues/720)
- [React的性能優化在哪個生命周期?它優化的原理是什么?](https://github.com/haizlin/fe-interview/issues/719)
- [你知道的React性能優化有哪些方法?](https://github.com/haizlin/fe-interview/issues/718)
- [舉例說明在React中怎么使用樣式?](https://github.com/haizlin/fe-interview/issues/717)
- [React有哪幾種方法來處理表單輸入?](https://github.com/haizlin/fe-interview/issues/716)
- [什么是淺層渲染?](https://github.com/haizlin/fe-interview/issues/715)
- [你有做過React的單元測試嗎?如果有,用的是哪些工具?怎么做的?](https://github.com/haizlin/fe-interview/issues/714)
- [在React中什么是合成事件?有什么用?](https://github.com/haizlin/fe-interview/issues/713)
- [使用React寫一個todo應用,說說你的思路](https://github.com/haizlin/fe-interview/issues/712)
- [React16的reconciliation和commit分別是什么?](https://github.com/haizlin/fe-interview/issues/711)
- [React的函數式組件有沒有生命周期?](https://github.com/haizlin/fe-interview/issues/710)
- [useState和this.state的區別是什么?](https://github.com/haizlin/fe-interview/issues/709)
- [請說說什么是useImperativeHandle?](https://github.com/haizlin/fe-interview/issues/708)
- [請說說什么是useReducer?](https://github.com/haizlin/fe-interview/issues/707)
- [請說說什么是useRef?](https://github.com/haizlin/fe-interview/issues/706)
- [請說說什么是useEffect?](https://github.com/haizlin/fe-interview/issues/705)
- [舉例說明useState](https://github.com/haizlin/fe-interview/issues/704)
- [請說說什么是useState?為什么要使用useState?](https://github.com/haizlin/fe-interview/issues/703)
- [請描述下你對React的新特性Hooks的理解?它有哪些應用場景?](https://github.com/haizlin/fe-interview/issues/702)
- [說說你對Error Boundaries的理解](https://github.com/haizlin/fe-interview/issues/701)
- [說說你對Fiber架構的理解](https://github.com/haizlin/fe-interview/issues/700)
- [說說你是怎么理解React的業務組件和技術組件的?](https://github.com/haizlin/fe-interview/issues/699)
- [為什么建議setState的第一個參數是callback而不是一個對象呢?](https://github.com/haizlin/fe-interview/issues/698)
- [展示組件和容器組件有什么區別?](https://github.com/haizlin/fe-interview/issues/697)
- [Mern和Yeoman腳手架有什么區別?](https://github.com/haizlin/fe-interview/issues/696)
- [你有在項目中使用過Yeoman腳手架嗎?](https://github.com/haizlin/fe-interview/issues/695)
- [你有在項目中使用過Mern腳手架嗎?](https://github.com/haizlin/fe-interview/issues/694)
- [shouldComponentUpdate方法是做什么的?](https://github.com/haizlin/fe-interview/issues/693)
- [怎樣在React中使用innerHTML?](https://github.com/haizlin/fe-interview/issues/692)
- [你有寫過React的中間件插件嗎?](https://github.com/haizlin/fe-interview/issues/691)
- [React的中間件機制是怎么樣的?這種機制有什么作用?](https://github.com/haizlin/fe-interview/issues/690)
- [React中你用過哪些第三方的中間件?](https://github.com/haizlin/fe-interview/issues/689)
- [不用腳手架,你會手動搭建React項目嗎?](https://github.com/haizlin/fe-interview/issues/688)
- [請說說React中Portal是什么?](https://github.com/haizlin/fe-interview/issues/687)
- [React中修改prop引發的生命周期有哪幾個?](https://github.com/haizlin/fe-interview/issues/686)
- [React多個setState調用的原理是什么?](https://github.com/haizlin/fe-interview/issues/685)
- [React中調用setState會更新的生命周期有哪幾個?](https://github.com/haizlin/fe-interview/issues/684)
- [React中setState的第二個參數作用是什么呢?](https://github.com/haizlin/fe-interview/issues/683)
- [React中的setState是同步還是異步的呢?為什么state并不一定會同步更新?](https://github.com/haizlin/fe-interview/issues/682)
- [React中的setState批量更新的過程是什么?](https://github.com/haizlin/fe-interview/issues/681)
- [React中的setState執行機制是什么呢?](https://github.com/haizlin/fe-interview/issues/680)
- [在React中遍歷的方法有哪些?它們有什么區別呢?](https://github.com/haizlin/fe-interview/issues/679)
- [請說說你對React的render方法的理解](https://github.com/haizlin/fe-interview/issues/678)
- [props.children.map和js的map有什么區別?為什么優先選擇React的?](https://github.com/haizlin/fe-interview/issues/677)
- [有用過React的嚴格模式嗎?](https://github.com/haizlin/fe-interview/issues/676)
- [React中的setState和replaceState的區別是什么?](https://github.com/haizlin/fe-interview/issues/675)
- [React中的setState缺點是什么呢?](https://github.com/haizlin/fe-interview/issues/674)
- [有用過React的Fragment嗎?它的運用場景是什么?](https://github.com/haizlin/fe-interview/issues/673)
- [React組件間共享數據方法有哪些?](https://github.com/haizlin/fe-interview/issues/672)
- [React的狀態提升是什么?使用場景有哪些?](https://github.com/haizlin/fe-interview/issues/671)
- [簡單描述下你有做過哪些React項目?](https://github.com/haizlin/fe-interview/issues/670)
- [在構造函數中調用super(props)的目的是什么?](https://github.com/haizlin/fe-interview/issues/669)
- [你是如何學習React的?](https://github.com/haizlin/fe-interview/issues/668)
- [從舊版本的React升級到新版本的React有做過嗎?有遇到過什么坑?](https://github.com/haizlin/fe-interview/issues/667)
- [你用過React版本有哪些?](https://github.com/haizlin/fe-interview/issues/666)
- [有用過React的服務端渲染嗎?怎么做的?](https://github.com/haizlin/fe-interview/issues/665)
- [React的mixins有什么作用?適用于什么場景?](https://github.com/haizlin/fe-interview/issues/664)
- [React怎么拿到組件對應的DOM元素?](https://github.com/haizlin/fe-interview/issues/663)
- [請描述下事件在React中的處理方式是什么?](https://github.com/haizlin/fe-interview/issues/662)
- [JSX和HTML有什么區別?](https://github.com/haizlin/fe-interview/issues/661)
- [React的書寫規范有哪些?](https://github.com/haizlin/fe-interview/issues/660)
- [create-react-app創建新運用怎么解決卡的問題?](https://github.com/haizlin/fe-interview/issues/659)
- [使用React的方式有哪幾種?](https://github.com/haizlin/fe-interview/issues/658)
- [說說你對reader的context的理解](https://github.com/haizlin/fe-interview/issues/657)
- [同時引用這三個庫React.js、React-dom.js和babel.js它們都有什么作用?](https://github.com/haizlin/fe-interview/issues/656)
- [你知道Virtual DOM的工作原理嗎?](https://github.com/haizlin/fe-interview/issues/655)
- [你閱讀過React的源碼嗎?簡要說下它的執行流程](https://github.com/haizlin/fe-interview/issues/654)
- [React中怎樣阻止組件渲染?](https://github.com/haizlin/fe-interview/issues/653)
- [React非兄弟組件如何通信?](https://github.com/haizlin/fe-interview/issues/652)
- [React兄弟組件如何通信?](https://github.com/haizlin/fe-interview/issues/651)
- [React非父子組件如何通信?](https://github.com/haizlin/fe-interview/issues/650)
- [React父子組件如何通信?](https://github.com/haizlin/fe-interview/issues/649)
- [React組件間的通信有哪些?](https://github.com/haizlin/fe-interview/issues/648)
- [類組件和函數式組件有什么區別?](https://github.com/haizlin/fe-interview/issues/647)
- [React自定義組件你寫過嗎?說說看都寫過哪些?](https://github.com/haizlin/fe-interview/issues/646)
- [React組件的state和props兩者有什么區別?](https://github.com/haizlin/fe-interview/issues/645)
- [React有幾種構建組件的方式?可以寫出來嗎?](https://github.com/haizlin/fe-interview/issues/644)
- [React中遍歷時為什么不用索引作為唯一的key值?](https://github.com/haizlin/fe-interview/issues/643)
- [React中的key有什么作用?](https://github.com/haizlin/fe-interview/issues/642)
- [React中除了在構造函數中綁定this,還有別的方式嗎?](https://github.com/haizlin/fe-interview/issues/641)
- [在React中頁面重新加載時怎樣保留數據?](https://github.com/haizlin/fe-interview/issues/640)
- [請描述下React的事件機制](https://github.com/haizlin/fe-interview/issues/639)
- [怎樣在React中創建一個事件?](https://github.com/haizlin/fe-interview/issues/638)
- [在React中無狀態組件有什么運用場景?](https://github.com/haizlin/fe-interview/issues/637)
- [描述下在React中無狀態組件和有狀態組件的區別是什么?](https://github.com/haizlin/fe-interview/issues/636)
- [寫一個React的高階組件(HOC)并說明你對它的理解](https://github.com/haizlin/fe-interview/issues/635)
- [React中可以在render訪問refs嗎?為什么?](https://github.com/haizlin/fe-interview/issues/634)
- [React中refs的作用是什么?有哪些應用場景?](https://github.com/haizlin/fe-interview/issues/633)
- [請描述你對純函數的理解?](https://github.com/haizlin/fe-interview/issues/632)
- [受控組件和非受控組件有什么區別?](https://github.com/haizlin/fe-interview/issues/631)
- [React中什么是非控組件?](https://github.com/haizlin/fe-interview/issues/630)
- [React中什么是受控組件?](https://github.com/haizlin/fe-interview/issues/629)
- [React中發起網絡請求應該在哪個生命周期中進行?為什么?](https://github.com/haizlin/fe-interview/issues/628)
- [說說React的生命周期有哪些?](https://github.com/haizlin/fe-interview/issues/627)
- [說說你對“在React中,一切都是組件”的理解](https://github.com/haizlin/fe-interview/issues/626)
- [寫React你是用es6還是es5的語法?有什么區別?](https://github.com/haizlin/fe-interview/issues/625)
- [瀏覽器為什么無法直接JSX?怎么解決呢?](https://github.com/haizlin/fe-interview/issues/624)
- [在使用React過程中你都踩過哪些坑?你是怎么填坑的?](https://github.com/haizlin/fe-interview/issues/623)
- [說說你喜歡React的原因是什么?它有什么優缺點?](https://github.com/haizlin/fe-interview/issues/622)
- [如何解決引用類型在pureComponent下修改值的時候,頁面不渲染的問題?](https://github.com/haizlin/fe-interview/issues/621)
- [createElement與cloneElement兩者有什么區別?](https://github.com/haizlin/fe-interview/issues/620)
- [解釋下React中Element 和Component兩者的區別是什么?](https://github.com/haizlin/fe-interview/issues/619)
- [解釋下React中component和pureComponent兩者的區別是什么?](https://github.com/haizlin/fe-interview/issues/618)
- [React的虛擬DOM和vue的虛擬DOM有什么區別?](https://github.com/haizlin/fe-interview/issues/617)
- [你覺得React上手快不快?它有哪些限制?](https://github.com/haizlin/fe-interview/issues/616)
- [說說你對聲明式編程的理解?](https://github.com/haizlin/fe-interview/issues/615)
- [React與angular、vue有什么區別?](https://github.com/haizlin/fe-interview/issues/614)
- [React是哪個公司開發的?](https://github.com/haizlin/fe-interview/issues/613)
- [React是什么?它的主要特點是什么?](https://github.com/haizlin/fe-interview/issues/612)
- [簡要描述下你知道的React工作原理是什么?](https://github.com/haizlin/fe-interview/issues/611)
- [在React中怎樣改變組件狀態,以及狀態改變的過程是什么?](https://github.com/haizlin/fe-interview/issues/606)
- [在React中你是怎么進行狀態管理的?](https://github.com/haizlin/fe-interview/issues/605)
- [React聲明組件有哪幾種方法,各有什么不同?](https://github.com/haizlin/fe-interview/issues/604)
### ReactNative
- [如何在React Native中設置環境變量?]()
- [請描述下Code Push的原理是什么?](https://github.com/haizlin/fe-interview/issues/783)
- [React Native怎樣查看日記?](https://github.com/haizlin/fe-interview/issues/782)
- [React Native怎樣測試?](https://github.com/haizlin/fe-interview/issues/781)
- [React Native怎樣調試?](https://github.com/haizlin/fe-interview/issues/780)
- [React Native和React有什么區別?](https://github.com/haizlin/fe-interview/issues/779)
- [有做過React Native項目嗎?](https://github.com/haizlin/fe-interview/issues/725)
### React-Router
- [React-Router怎么獲取歷史對象?](https://github.com/haizlin/fe-interview/issues/922)
- [React-Router怎么獲取URL的參數?](https://github.com/haizlin/fe-interview/issues/921)
- [在history模式中push和replace有什么區別?](https://github.com/haizlin/fe-interview/issues/778)
- [React-Router怎么設置重定向?](https://github.com/haizlin/fe-interview/issues/777)
- [React-Router 4中`<Router>`組件有幾種類型?](https://github.com/haizlin/fe-interview/issues/776)
- [React-Router 3和React-Router 4有什么變化?添加了什么好的特性?](https://github.com/haizlin/fe-interview/issues/775)
- [React-Router的實現原理是什么?](https://github.com/haizlin/fe-interview/issues/774)
- [React-Router 4的switch有什么用?](https://github.com/haizlin/fe-interview/issues/773)
- [React-Router的路由有幾種模式?](https://github.com/haizlin/fe-interview/issues/772)
- [React-Router 4怎樣在路由變化時重新渲染同一個組件?](https://github.com/haizlin/fe-interview/issues/771)
- [React-Router的`<Link>`標簽和`<a>`標簽有什么區別?](https://github.com/haizlin/fe-interview/issues/770)
- [React的路由和普通路由有什么區別?](https://github.com/haizlin/fe-interview/issues/728)
- [請你說說React的路由的優缺點?](https://github.com/haizlin/fe-interview/issues/727)
- [請你說說React的路由是什么?](https://github.com/haizlin/fe-interview/issues/726)
### Redux/Mobx
- [你有了解Rxjs是什么嗎?它是做什么的?](https://github.com/haizlin/fe-interview/issues/920)
- [在Redux中怎么發起網絡請求?](https://github.com/haizlin/fe-interview/issues/919)
- [Redux怎樣重置狀態?](https://github.com/haizlin/fe-interview/issues/918)
- [Redux怎樣設置初始狀態?](https://github.com/haizlin/fe-interview/issues/917)
- [Context api可以取代Redux嗎?為什么?](https://github.com/haizlin/fe-interview/issues/916)
- [推薦在reducer中觸發Action嗎?為什么?](https://github.com/haizlin/fe-interview/issues/915)
- [Redux怎么添加新的中間件?](https://github.com/haizlin/fe-interview/issues/914)
- [redux-saga和redux-thunk有什么本質的區別?](https://github.com/haizlin/fe-interview/issues/913)
- [在React中你是怎么對異步方案進行選型的?](https://github.com/haizlin/fe-interview/issues/912)
- [你知道redux-saga的原理嗎?](https://github.com/haizlin/fe-interview/issues/911)
- [你有使用過redux-saga中間件嗎?它是干什么的?](https://github.com/haizlin/fe-interview/issues/910)
- [Redux中異步action和同步action最大的區別是什么?](https://github.com/haizlin/fe-interview/issues/769)
- [Redux和vuex有什么區別?](https://github.com/haizlin/fe-interview/issues/768)
- [Redux的中間件是什么?你有用過哪些Redux的中間件?](https://github.com/haizlin/fe-interview/issues/767)
- [說說Redux的實現流程](https://github.com/haizlin/fe-interview/issues/766)
- [Mobx的設計思想是什么?](https://github.com/haizlin/fe-interview/issues/765)
- [Redux由哪些組件構成?](https://github.com/haizlin/fe-interview/issues/764)
- [Mobx和Redux有什么區別?](https://github.com/haizlin/fe-interview/issues/763)
- [在React項目中你是如何選擇Redux和Mobx的?說說你的理解](https://github.com/haizlin/fe-interview/issues/762)
- [你有在React中使用過Mobx嗎?它的運用場景有哪些?](https://github.com/haizlin/fe-interview/issues/761)
- [Redux的thunk作用是什么?](https://github.com/haizlin/fe-interview/issues/740)
- [Redux的數據存儲和本地儲存有什么區別?](https://github.com/haizlin/fe-interview/issues/739)
- [在Redux中,什么是reducer?它有什么作用?](https://github.com/haizlin/fe-interview/issues/738)
- [舉例說明怎么在Redux中定義action?](https://github.com/haizlin/fe-interview/issues/737)
- [在Redux中,什么是action?](https://github.com/haizlin/fe-interview/issues/736)
- [在Redux中,什么是store?](https://github.com/haizlin/fe-interview/issues/735)
- [為什么Redux能做到局部渲染呢?](https://github.com/haizlin/fe-interview/issues/734)
- [說說Redux的優缺點分別是什么?](https://github.com/haizlin/fe-interview/issues/733)
- [Redux和Flux的區別是什么?](https://github.com/haizlin/fe-interview/issues/732)
- [Redux它的三個原則是什么?](https://github.com/haizlin/fe-interview/issues/731)
- [什么是單一數據源?](https://github.com/haizlin/fe-interview/issues/730)
- [什么是Redux?說說你對Redux的理解?有哪些運用場景?](https://github.com/haizlin/fe-interview/issues/729)
### Flux
- [請說說點擊按鈕觸發到狀態更改,數據的流向?](https://github.com/haizlin/fe-interview/issues/742)
- [請描述下Flux的思想](https://github.com/haizlin/fe-interview/issues/742)
- [什么是Flux?說說你對Flux的理解?有哪些運用場景?](https://github.com/haizlin/fe-interview/issues/741)