Clay Risser
Clay Risser

Reputation: 3570

How do I consume a rest api with a React isomorphic application

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

Answers (0)

Related Questions