Reputation: 3570
I have an Isomorphic React application (sometimes called a Universal React application) that consumes a Rest API. However, all of the API calls happen on the client side. I am trying to figure out how to make a rest API call from the server side before the application gets rendered.
Upvotes: 1
Views: 333