create-react-app
create-react-app copied to clipboard
Remove link to Heroku tutorial + buildpack from docs
On this page: https://create-react-app.dev/docs/deployment/
You link to this Heroku article: https://blog.heroku.com/deploying-react-with-zero-configuration
That article (from 2016) seems to be out-of-date. In particular, the buildpack it suggests using seems no longer supported on the latest Heroku stack. Here's what I saw when I attempted to use it:
remote: =====! create-react-app-buildpack has reached end-of-life 🌅
remote: This build may succeed, but the buildpack is no longer maintained.
remote: On the Heroku-22 stack and beyond, this may fail to build at all.
remote:
remote: Please consider migrating to https://nextjs.org or https://remix.run to develop React apps which are deployable using Heroku's Node.js buildpack https://github.com/heroku/heroku-buildpack-nodejs, or you may develop your own create-react-app deployment with Node.js and Nginx buildpacks.
remote:
And then later down:
emote: =====> Detected Framework: Static HTML
remote: Stack heroku-22 is not supported!
remote: ! Push rejected, failed to compile React.js (create-react-app) multi app.
remote:
remote: ! Push failed
hello, is anyone working on this? if not, i'd like to pick this up.
Hello. Any update on this?