From 326f94f8685b5f52fb9f0174a1d2ce037111342e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luj=C3=A1n=20Fernaud?= Date: Sun, 9 Sep 2018 12:49:05 +0100 Subject: [PATCH] Sort additional resources in project_final_js.md The Heroku guide is more complete, so maybe it should appear as the first additional resource. --- project_final_js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_final_js.md b/project_final_js.md index 08eba9c5..e77b4b44 100644 --- a/project_final_js.md +++ b/project_final_js.md @@ -36,5 +36,5 @@ To add your solution to the list below, edit this [file](https://github.com/TheO ### Additional Resources This section contains helpful links to other content. It isn't required, so consider it supplemental for if you need to dive deeper into something. -* [How to Build a React App that Works with a Rails 5.1 API](https://www.sitepoint.com/react-rails-5-1/) * [A Rock Solid, Modern Web Stack—Rails 5 API + ActiveAdmin + Create React App on Heroku](https://blog.heroku.com/a-rock-solid-modern-web-stack) +* [How to Build a React App that Works with a Rails 5.1 API](https://www.sitepoint.com/react-rails-5-1/)