When making Isomorphic React applications I require data to be fetched on server and client.
componentWillMount runs on both client and server and should be perfect for this job but it sucks. I get errors and warnings if I try to make a Request.js call for data.
So what is the point in componentWillMount?
also
how can I get data server side without Redux, Relay or anything like that?
No responses yet.