Alejandro Valladares

Results 2 comments of Alejandro Valladares

Hello @splichte, I'm struggling a bit trying to understand how async/await works. I have the following piece of code: ``` export const AddExpense = (data) => (dispatch) => { return...

I'm sorry I didn't explain it before but I'm glad you still helped me. That worked just as I need it to, thank you! I'll be reading more on the...