Should avoid the use of getInitialProps in _app.js for hybrid? #10704
-
I have read #9524 and understood static and hybrid advantage. To use Redux, I use next-redux-wrapper now. Is it better not to use getInitialProps in _app.js? I'm excited about SSG Improvements and new APIs. 👍 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The examples will be updated, in general you don't need redux though. |
Beta Was this translation helpful? Give feedback.
The examples will be updated, in general you don't need redux though.