kirill-konshin / next-redux-wrapper

Redux wrapper for Next.js
MIT License
2.67k stars 266 forks source link

Proper gipp fix #512

Closed voinik closed 1 year ago

voinik commented 1 year ago

I've added a new page called /gipp to the redux-toolkit repo. You can test that the store is properly hydrated now with the new version of the useWrappedStore hook. I think this solves all known issues. Can you test it and check it out?

kirill-konshin commented 1 year ago

Let me know when you finish pushing. I will merge this one too.

voinik commented 1 year ago

It's done :)

kirill-konshin commented 1 year ago

Merged. Can you elaborate more on page vs app GIP? Ideally, with a testcase.