You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys. I am not an expert with React/Redux at all, so apologies if these points are invalid, I'm just interested in your thinking/planning :D
So when I was trying to understand the code, I wanted to see what state you were storing and how it was changing etc. (And I added redux logger to log the state, which may be useful if you don't know about it).
So anyway this was when I realised the application state didn't contain the search box input, I was interested what your process was to decide which state to store in the redux store and which in local React components (e.g. this)?
EDIT: After a bit of research, I read this and this which agree with you.
The text was updated successfully, but these errors were encountered:
mattlub
changed the title
questions about Redux, state, mapStateToProps etc. :D
questions about Redux, state etc. :D
Feb 11, 2018
Hi guys. I am not an expert with React/Redux at all, so apologies if these points are invalid, I'm just interested in your thinking/planning :D
So when I was trying to understand the code, I wanted to see what state you were storing and how it was changing etc. (And I added redux logger to log the state, which may be useful if you don't know about it).
So anyway this was when I realised the application state didn't contain the search box input, I was interested what your process was to decide which state to store in the redux store and which in local React components (e.g. this)?
EDIT: After a bit of research, I read this and this which agree with you.
The text was updated successfully, but these errors were encountered: