Skip to content

Latest commit

 

History

History

week12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

作業

hw1:todo list

請你用 React 實作出一個 todo list,介面跟功能就參考之前用 jQuery 寫出來的那個就行了。

hw2:Blog SPA

請做出一個簡單的 Blog 前端頁面,就像我在影片裡面示範的那樣,一共有三個頁面:

  1. About
  2. 文章列表
  3. 單篇文章

API 的話可以用這個:https://jsonplaceholder.typicode.com/posts

圖片可參考:

hw3:簡答題

  1. 為什麼我們需要 React?可以不用嗎?
  2. state 跟 props 的差別在哪裡?
  3. 請列出 React 的 life cycle 以及其代表的意義(componentWillMount...)