I am building the FCC leaderboard, and chose to use React together with Redux.
This is my code so far.
I have verified that getCampers and theReducer work the way I want them to work (populates the store from the data recieved on a request). However, what I don’t understand is how I would make getCampers available to react components through the mapDispatchToProps function.