next-redux-wrapper
next-redux-wrapper copied to clipboard
Support with next middleware? wrapper.middleware
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
Duplicate of #430