Answer the question
In order to leave comments, you need to log in
How to pass value from LocalStorage to next.js in getInitialProps?
How in the _app.js file, in which the redax store is connected to the application, to getInitialProps pass the value from LocalStorage?
Answer the question
In order to leave comments, you need to log in
Are we talking about next.js and next-redux-wrapper? Use componentDidMount:
componentDidMount() {
this.props.store.dispatch(someAction());
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question