-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
Hello people,
I am currently looking at how I could implement server-side rendering and I was wondering how redux-api-middleware
would play out.
It is very new to me, but If i understand correctly, one way to achieve it is to use async actions via thunks, e.g. redux-thunk
, and wait for these actions to build the redux state before serving it to render the html page.
Is it possible to achieve server-side rendering using redux-api-middleware
to fetch data ? How would you do it ?
Thank you,