You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working as a newbie developer on a project written with Razzle "^2.4.1". In the redux of this project, we have several APIs that are called in the app.js at the beginning and after filling the initial state of the redux, project is loaded.
SSR was not considered for this project from the beginning and we have an empty markup in the <div id='root'>{markup}</div> at server.js. now I want to activate SSR, and for this, I have to dispatch the APIs in server.js and update initial state of redux . I wanted to know how can I do this?
The text was updated successfully, but these errors were encountered:
❓Question
Hi, I am working as a newbie developer on a project written with Razzle "^2.4.1". In the redux of this project, we have several APIs that are called in the app.js at the beginning and after filling the initial state of the redux, project is loaded.
SSR was not considered for this project from the beginning and we have an empty markup in the
<div id='root'>{markup}</div>
at server.js. now I want to activate SSR, and for this, I have to dispatch the APIs in server.js and update initial state of redux . I wanted to know how can I do this?The text was updated successfully, but these errors were encountered: