Typescript
讓 JS 加上 TYPE 功能,類似於 FLOW
Last updated
讓 JS 加上 TYPE 功能,類似於 FLOW
Last updated
https://www.typescriptlang.org/docs/handbook/basic-types.html
https://github.com/typescript-cheatsheets/react
unknown vs any
<> 泛型
可用來讓型別成為變數,先不指定,但是可以協助讓參數與返回值的型別設為相同的型別