以同義詞替換
new
create
delete
remove
edit
update
fetch
解構 props 時…
props
// ❌ 不能這麼做! // 因為 `new` 和 `delete` 是關鍵詞 function Component ({ new, delete }: Props) { ... }
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up