sanjaytwisk / nextjs-ts

Opinionated Next JS project boilerplate with TypeScript and Redux
262 stars 47 forks source link

Next-redux-wrapper needs to be 6.x to support Nextjs 9.3 #9

Closed mmtftr closed 4 years ago

mmtftr commented 4 years ago

Title. This is also written in their README.md.

sanjaytwisk commented 4 years ago

@MMDF Do you have any issues in regard to the next-redux-wrapper version? I can only find this on their documentation:

The current version of this library only works with Next.js 9.3 and newer.

Which indicates that you need Next.js 9.3 to use the latest version of next-redux-wrapper, but not the other way around.

mmtftr commented 4 years ago

Yeah, it just has major issues with the newest GSSR and GSP functionalities. In addition, the new API is much clearer in my opinion.