Code Monkey home page Code Monkey logo

Comments (5)

mationai avatar mationai commented on July 19, 2024 1

Thank you! The magic is serve's -s flag, to "Rewrite all not-found requests to index.html". My paths and setup were all good from the start.

Much appreciate your help!

from vite-plugin-react-pages.

mationai avatar mationai commented on July 19, 2024

Any help on this is greatly appreciated.

from vite-plugin-react-pages.

csr632 avatar csr632 commented on July 19, 2024

src/idpage/\[id\]index$.tsx is not correct filename format. I think what you want is src/idpage/:id/index$.tsx. For example url path /idpage/123 is handled by it.
/submissions/... is similar case (url path /submissions/123 is handled by src/submissions/:id/index$.tsx). If not, please give me an example :)
This comment is wrong. Checkout my latest comment.

Checkout the fs-routing doc.

from vite-plugin-react-pages.

mationai avatar mationai commented on July 19, 2024

Ok, I removed the path src/idpage/\[id\] and move index$.tsx to :id/ so the path is src/idpage/:id/index$.tsx. Same result, root page renders, but /idpage/some-id is 404.

Yes, I did read the doc, hence I followed it and had /[id]/ as the src path for index$.tsx, didn't know the doc meant it should be /:id/.

I mis-spoke, submisstions is only an index page, no ids, and /submissions renders 404 too.

The built dist is now (idpage is really fold):

dist/index.html                               0.45 kB │ gzip:   0.30 kB
dist/assets/App-350e8c13.css                  1.29 kB │ gzip:   0.53 kB
dist/assets/allPagesOutlines-5d5e84ff.js      0.04 kB │ gzip:   0.06 kB
dist/assets/folds-02f4232c.js                 0.30 kB │ gzip:   0.25 kB
dist/assets/create-a4e577c4.js                0.30 kB │ gzip:   0.25 kB
dist/assets/index__-84000132.js               0.35 kB │ gzip:   0.28 kB
dist/assets/_id-180c75f1.js                   0.53 kB │ gzip:   0.38 kB
dist/assets/_id-c7c36ed4.js                   0.55 kB │ gzip:   0.39 kB
dist/assets/submissions-9916d9e1.js           0.56 kB │ gzip:   0.41 kB
dist/assets/index-029c166d.js               162.09 kB │ gzip:  52.94 kB
dist/assets/App-779d45b4.js               1,960.69 kB │ gzip: 567.79 kB

Server is run inside the dist with the (npm I believe) command serve.

from vite-plugin-react-pages.

csr632 avatar csr632 commented on July 19, 2024

I am sorry. I was wrong! The correct filename is src/idpage/[id]/index$.tsx. NOT src/idpage/:id/index$.tsx. Try use that filename exactly. I have created a demo: https://stackblitz.com/edit/vitejs-vite-plugin-react-pages-pn2tqm?file=vite.config.ts,src%2Fidpage%2F[id]%2Findex%24.tsx,src%2F_theme.tsx,dist%2Fassets%2F_id-fee7f2c9.js&terminal=dev

You can run npm install && npm run build and click the output address in the stackblitz terminal. Or you can just download this setup and run it locally.

from vite-plugin-react-pages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.