Giter VIP home page Giter VIP logo

Comments (9)

gaearon avatar gaearon commented on April 19, 2024 1

I think the problem with ./ is it doesn’t work for single page apps with routing.
For example when you load localhost:3000/products, you don’t want to load products/main.js.

Since most React apps are single page apps (and most SPAs use HTML5 history over hashes these days), I think we we’ll have to stick with requiring a server for the bundle. But maybe I’m wrong.

from create-react-app.

selfup avatar selfup commented on April 19, 2024

@vjeux Thanks for the response!

Yea so currently if I am in a gh-pages branch and run:

fs.readdirSync("./").forEach(toBeErased => {
  if (toBeErased === "react-gh.js" || toBeErased === "build" || toBeErased === ".git" || toBeErased === "node_modules" | toBeErased === "src") {

  } else {
    fs.unlinkSync(toBeErased)
  }
})

fs.readdirSync('build').forEach(file => {
  fileContents = fs.readFileSync(`build/${file}`)
  fs.writeFileSync(file, fileContents)
})

Everything looks fine, but the html is clueless haha.

I got it to work perfectly after manually changing the paths :)

from create-react-app.

selfup avatar selfup commented on April 19, 2024

@gaearon Never thought about the routing part. Good catch

from create-react-app.

vjeux avatar vjeux commented on April 19, 2024

Sorry, deleted my response. #21 is also talking about the same issue

from create-react-app.

selfup avatar selfup commented on April 19, 2024

@vjeux Is that just for the package.json or does that include the src for the script and link tags?

from create-react-app.

selfup avatar selfup commented on April 19, 2024

Ok it seems this is being covered in multiple Issues. I couldn't tell from the titles!

Feel free to keep open or close

from create-react-app.

gaearon avatar gaearon commented on April 19, 2024

Let’s continue in #21.

from create-react-app.

gaearon avatar gaearon commented on April 19, 2024

GH Pages should work with 0.2.0 alpha, here's how to test it: #190

from create-react-app.

selfup avatar selfup commented on April 19, 2024

Fantastic! Thanks for the update

from create-react-app.

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.