ReplyMar 20, 2018
How did you import your store? I use the createStore method and in index.js I have const store = configureStore(); [file with createStore] And I've seen on stackOverflow it's bad practice to export it from there.
@Sequoya
Nothing here yet.
Nothing here yet.
No blogs yet.
How did you import your store? I use the createStore method and in index.js I have const store = configureStore(); [file with createStore] And I've seen on stackOverflow it's bad practice to export it from there.