While creating a Rails app with React front-end, the CORS can be dealt with either http-proxy-middleware(or other similar package) or rack-cors which is a gem. So, What are the