新手村學習 React
時的小小筆記
若有寫錯的地方,還請留言告訴我惹,感謝大家
- Node >= 14.0.0
- npm >= 5.6
cd folder of collection
project name
<my-react-app>
/
/about
entry
index.js
import
<BrowserRouter>
https://reactrouter.com/docs/en/v6/getting-started/installation#create-react-app
【更新】:<component>
命名規範為大寫開頭的大駝峰
ESLint
提示蚯蚓【實際踩雷】
GitHub
遠端倉庫...後續若是單純手動改回大寫
GitHub
會跳過登錄該檔案的版控變成不管做了什麼修改推出去,遠端都沒有吃到更新,hen 可怕
<src>
開立資料夾名為 <components>
<src> / <components>
App.js
App.js
<></>
/
/about
/about/contact
useState
to different link
動態路由
<HashRouter>
<MemoryRouter>