Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit 43e11e2

Browse files
authored
📚 link a new alternative
1 parent b51b561 commit 43e11e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ Purpose
4242

4343
**This buildpack deploys a React UI as a static web site.** The [Nginx](http://nginx.org/en/) web server provides optimum performance and security for the runtime. See [Architecture](#user-content-architecture-) for details.
4444

45-
If your goal is to combine React UI + API (Node, Ruby, Python…) into a *single app*, then this buildpack is not the answer. The simplest combined solution is all javascript:
45+
If your goal is to make a single app that combines React UI with a server-side backend (Node, Ruby, Python…), then this buildpack is not the answer.
4646

47-
▶️ **[create-react-app + Node.js server](https://github.com/mars/heroku-cra-node)** on Heroku
47+
Check out these alternatives to use React with a server-side app:
4848

49-
Combination with other languages is possible too, like [create-react-app + Rails 5 server](https://medium.com/superhighfives/a-top-shelf-web-stack-rails-5-api-activeadmin-create-react-app-de5481b7ec0b).
49+
* **[create-react-app + Node.js server](https://github.com/mars/heroku-cra-node)** ⭐️ simplest solution
50+
* **[create-react-app + Ruby on Rails server](https://blog.heroku.com/a-rock-solid-modern-web-stack)**
5051

5152
Requires
5253
--------

0 commit comments

Comments
 (0)