9.0.0 #526
Replies: 4 comments 4 replies
-
Only having |
Beta Was this translation helpful? Give feedback.
-
Hey @kirill-konshin any ETA's on stable release? Used rc.2 with Next12 and all seems to be working perfectly fine. |
Beta Was this translation helpful? Give feedback.
-
Hey @kirill-konshin any ETA's on stable release? |
Beta Was this translation helpful? Give feedback.
-
The lib became pointless with the introduction of server side components and new app router. There were no changes since last release, looks like it works just fine. I can release 9.0.0 just for sake of releasing, but code wise it will be the same. |
Beta Was this translation helpful? Give feedback.
-
This discussion follows up #523
The new 9.0.0 RC1 has been published:
https://github.com/kirill-konshin/next-redux-wrapper/releases/tag/9.0.0-rc.1
https://www.npmjs.com/package/next-redux-wrapper/v/9.0.0-rc.1
We no longer dispatch
HYDRATE
action, instead we just replay all actions that server has dispatched.Here we can discuss the API, raise questions, and so on.
So far, latest development after RC1 — I have removed
actionsFilter
,serializeAction
anddeserializeAction
. Instead, we now haveserialize
anddeserialize
methods, that receive full array of actions from each lifecycle method, and user has full control over filtering and serialization.CC @bjoluc @voinik @Pikachews
Beta Was this translation helpful? Give feedback.
All reactions