1611 Views
An opinionated approach for populating data into React/Reflux applications that works on server side and client side with no preassumptions about the backend APIs serving the data. A common pattern when building React based applications, as elaborated in the official docs, is to fetch data in componentDidMount lifecycle hooks of components.
0 comments