eGroupTeam / course-frontend

0 stars 2 forks source link

在程式設計中「生命週期」是React獨有的概念嗎,還是說在別的框架也會有這種概念的東西但是專業術語不同呢 #45

Open shiunchiu opened 1 year ago

shiunchiu commented 1 year ago

問題描述

AS TITLE

jitsungwu commented 1 year ago

其實,這個概念是react為了處理元件,被提出來的,因為class component有很多對應的方法(method)去處理,然而,到了functional component之後,就改用hooks來處理,所以,就沒什麼感覺了。

Lifecycle of Components