next-redux-wrapper
next-redux-wrapper copied to clipboard
Save multiple client stores in an object, based on a store id
This is in reference to my feature request https://github.com/kirill-konshin/next-redux-wrapper/issues/477
This PR is backwards-compatible and allows to optionally create multiple wrappers, each with a separate memoized store. In some edge cases this is needed.
If you think this is unnecessary, feel free to close the PR.