- 問他文件內容不一定準確,不一定能正確的使用框架
- 承上,如果專案是整合了各種套件,叫他搭配使用不一定能寫正確
- ↑其實也可以不使用這些套件,不過就是看團隊規劃
Month: November 2023
React optional props
Devtool
AI生成程式碼工具介紹
CodeCat
快速生成一個sandbox讓你可以套用,不過太難的可能生不出來。
寫哪些測試
- navigation
- has title
- CURD
- 待補充
The Complete Node.js Course
買了Mosh的這堂課來看,要來把它學一學。
【Node Module System】
.Node.js的modularity特性好用,每個module裡面的變數名子不會影響到別的module。
.require function會吃到export裡的東西 ( it will store the result in a variable )
.介紹了一下jshint工具,發現我的IDE有欸,不過要去settings裡面打開。
.Modular 解釋Node.js如何達成封裝機制
【Event】
一個很重要的概念。
In Node, we have a class called http that we can use to build a web server.
So we listen on a given port, and every time we receive a request on that port, that http class raises an event.
(類似總機,轉接客人的電話)
Now our job is to respond to that event which basically involves reading that request and returning the right response.
(就像有客服投訴,要回對的安緩句子一樣…)
EChart
原來要有負數才會有中間這條線〓〓”