How to do one auth call for multiple components
I have a React app something like this:
React API call not calling state change in response
My state change (dispatch) is working everywhere in my app. My reducer is has logs all over so I can see it’s not being called…
Fetch data is showing in console but I can’t get it to display on my site – react.js
I’m trying to show the movie images and movie titles from Movies Database on my site to browse. I don’t have much experience with React and not sure what I’m doing wrong or what needs to be changed to get the data to show on the site.