angular-training-slides icon indicating copy to clipboard operation
angular-training-slides copied to clipboard

/redux-add-the-store: Why was input passing was refactored

Open jamesbs opened this issue 7 years ago • 2 comments

jamesbs avatar Apr 18 '17 03:04 jamesbs

@jamesbs can you please clarify the issue?

gvwilson avatar Apr 19 '17 13:04 gvwilson

@gvwilson This is related to the smart/dumb component dynamic with whether or not the to do list component should be querying the store directly or have that list be passed in from a parent component. Having the list query the store directly couples that component with the application state's implementation details.

jamesbs avatar Apr 19 '17 15:04 jamesbs