--- title: 0327課程React description: 測試項目 robots: noindex, nofollow lang: zh-tw dir: ltr breaks: true tags: notion, react disqus: hackmd --- # 職缺 1. 需要具備 [bootstrap 5 頁面](https://getbootstrap.com/docs/5.0/getting-started/introduction/)上手刻的能力 2. 要懂get post 打api 如何與後端溝通 3. 能夠自己做出蝦皮甚至自己打 api ## 上週問題解答 ![](https://i.imgur.com/0zM9NiT.png) 2. `<></> == <React.Fragment><React.Fragment/>` 但目前瀏覽器編譯如果寫前者會看不懂只有command line才有用 3. 之後說 4. useEffect裡的return其實算是clearUp的功能所以如果是更新的時候render前會先觸發清除上一次的Effect 7. [Curry](https://jigsawye.gitbooks.io/mostly-adequate-guide/content/ch4.html) || pure function(面試考題必學)