I need to make ES6+ isomorphic javascript app, which can render full page with data on server at first request (or w/o js on client) and navigate with client-side rendering.
There is two modules, which could make asynchronus rendering - react-async and react-nexus. React Async can make XHR request from React components, but requires node-fibers plugin, React Nexus can make server-side Flux store, and i can't understand how to use it for simple isomorphic data fetch request from API in React component.