I am new to rails only as a backend. And I am planning to develop a react/redux/rails app.
My question is how do I at least render an index.html when browser requests come in so that I can mount my react component?
Or should I not to use rails only as an api in my case?
Thanks.