Closed maheshambiga closed 7 years ago
I don't see any code to fetch data in server-side before sending response back to the browsers. It means that one should be able to make an API call and use its response as data to generate html using react.
The code to do server side fetching is in routes.js.
routes.js
Not sure what you mean by the second sentence.
I don't see any code to fetch data in server-side before sending response back to the browsers. It means that one should be able to make an API call and use its response as data to generate html using react.