Universal data population with React Router and Reflux

added by JavaScript Kicks
4/6/2016 9:10:20 AM

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