next-redux-wrapper icon indicating copy to clipboard operation
next-redux-wrapper copied to clipboard

Support with next middleware? wrapper.middleware

Open bryanprimus opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Thinking of get store value from nextjs middleware

Describe the solution you'd like export const wrapper = createWrapper<AppStore>(makeStore); we have wrapper.getServerSideProps, wrapper.getStaticProps, etc where we can access our redux store value. would be nice if this also apply to nextjs middleware

Describe alternatives you've considered Currently none

bryanprimus avatar Mar 16 '22 05:03 bryanprimus

Duplicate of #430

bjoluc avatar Jul 23 '22 17:07 bjoluc