The future of React projects on Heroku

This page summarizes the projects mentioned and recommended in the original post on /r/react

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • create-react-app-buildpack

    Discontinued ⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps

  • I just started learning React and have been deploying to Heroku since it has worked the best in the past. I saw that the most popular build pack will soon no longer work as Heroku is upgraded. What does this mean for the future of React projects on Heroku?

  • heroku-buildpack-static

    Discontinued [DEPRECATED] Heroku buildpack for handling static sites and single page web apps

  • On the static web server buildpack page says that you should use the nginx buildpack now on to deploy static sites. Try to follow the instructions there

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • heroku-buildpack-nginx

    Run NGINX in a Heroku app

  • On the static web server buildpack page says that you should use the nginx buildpack now on to deploy static sites. Try to follow the instructions there

  • heroku-buildpack-nodejs

    Heroku's buildpack for Node.js applications.

  • Another alternative that comes to my mind it is to use the node.js buildpack and serve the static files using serve or similar.

  • serve

    Static file serving and directory listing

  • Another alternative that comes to my mind it is to use the node.js buildpack and serve the static files using serve or similar.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts