iT邦幫忙

0

react router 靜態 html

  • 分享至 

  • xImage

想請問各位大大,當我在使用 react-router 後起的 server 路徑大概會是這樣

  • localhost:3000/#/1
  • localhost:3000/#/2
  • localhost:3000/#/3

請問是否能做到在打包後的 build 資料夾手動新增 html 後用一樣的 localhost:3000/test.html 去開啟呢?

│   asset-manifest.json
│   favicon.ico
│   index.html
│   manifest.json
│   test.html
│
└───static
    ├───css
    ├───js
    └───media
你直接丟上線 不就知道了,我當下想法,可以,有問題的話要看你的server設定
blinjay iT邦新手 5 級 ‧ 2022-02-11 15:06:29 檢舉
直接在瀏覽器上打路徑是可以的
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
天黑
iT邦研究生 5 級 ‧ 2022-02-11 12:02:14
最佳解答

使用react-router應該是SPA架構,基本上頁面都是靠路由設定,如果真的要塞一個靜態頁面,考慮static folder試試吧

我要發表回答

立即登入回答