0x0ece / yopa-native

0 stars 2 forks source link

Closes #23 // Add service should add at the top #32

Closed davidevernizzi closed 6 years ago

davidevernizzi commented 6 years ago

Super easy. Check if I missed anything

0x0ece commented 6 years ago

@jacksilv @williampiras @psmiraglia - I think this is a simple, yet good one to understand how/why it works

davidevernizzi commented 6 years ago

Agree. @psmiraglia @jacksilv @williampiras you should check it out the flow:

Screen // this.props.dispatch(addService(service)) -> Action // return { type: ADD_SERVICE, service }; -> Reducer // case ADD_SERVICE:

to get an idea of how redux works