抓不到新的套套

嘗試把npm 快取清一清、
Try npm cache clean --force if it doesn’t work then manually delete %appdata%\npm-cache folder.
Node.js移除,重開機,就解決了*__*

我也有小改一下套件的package.json。但感覺應該不是那個關係,
清快取也感覺沒啥路用。還是重裝有路用的感覺。

TypeScript學習

因為到處的React教學幾乎都夾雜TypeScript,所以決定還是趕快來學一下,不然要看教學也看不懂🤣
以下列出一些覺得還不錯的教學文章。
microsoft/TypeScript-React-Starter
Getting started with React and TypeScript

Using React Functional Components with Hooks in TypeScript
教怎麼寫functional component,還有hooks
React with TypeScript: Best Practices
React with TypeScript: Components as Function Declarations vs. Function Expressions
React Children with TypeScript
React with Typescript

React TypeScript Cheatsheets | React TypeScript Cheatsheets
typescript-cheatsheets/react: Cheatsheets for experienced React developers getting started with TypeScript

TypeScript for React developers in 2020
電子書:
TypeScript Deep Dive