angular-training-slides
angular-training-slides copied to clipboard
/redux-add-the-store: Why was input passing was refactored
@jamesbs can you please clarify the issue?
@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.