I come across the need for a component to fully fetch data from database which should be done before server return the first render.
I see a comment in /client/modules/Post/pages/PostListPage/PostListPage.js : "Actions required to provide data for this component to render in sever side. " before the PostListPage.need function. Although its purpose stated in the comment. The data is not fetched into redux after load. Any one can help me with this
No responses yet.