aszx87410 / frontend-intermediate-course

It's a free online course about some frontend tech including Ajax, CORS, gulp, webpack and so on.
266 stars 88 forks source link

[作業] 繳交hw5 #85

Closed gogogohuang closed 7 years ago

gogogohuang commented 7 years ago

slack 帳號

gogogohuang

哪一個作業

  1. 讓網頁變得更完整:加上 placeholder 與 infinite scroll

作業 Github 連結

https://github.com/gogogohuang/frontend-intermediate-course/tree/master/answers/hw5

作業 Github Page 連結

https://gogogohuang.github.io/frontend-intermediate-course/answers/hw5/index.html

其他補充說明

  1. 有什麼工具可以模擬出網路很慢的環境嗎?在mac上面好像可以使用Network Link Conditioner?
  2. 在實際開發的時候,ajax request error handler會寫什麼特別處理嗎?
aszx87410 commented 7 years ago
  1. 用 chrome devtool 就可以囉
  2. 一般來說,error 的話會在畫面上加一個 error 畫面