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
Thank you for making this example, it helps me a lot as I try to start a new project with react native and redux.
I was wondering about these receiveData and requestData methods though. Where do they come from? I initially thought it was some redux-thunk magic, but searching on the redux-thunk repo, I cannot find such methods initialized.
The text was updated successfully, but these errors were encountered:
i am glad this is helpful. sorry for the confusion, but receiveData and
requestData are not used. I have to remove fetchData action. I was doing
some refactoring, and missed to remove them. searchMovies action is used
and that calls fetchMovies action using redux-thunk middleware.
Thank you for making this example, it helps me a lot as I try to start a
new project with react native and redux.
I was wondering about these receiveData and requestData methods though.
Where do they come from? I initially thought it was some redux-thunk magic,
but searching on the redux-thunk repo, I cannot find such methods
initialized.
Hi,
Thank you for making this example, it helps me a lot as I try to start a new project with react native and redux.
I was wondering about these receiveData and requestData methods though. Where do they come from? I initially thought it was some redux-thunk magic, but searching on the redux-thunk repo, I cannot find such methods initialized.
The text was updated successfully, but these errors were encountered: