Managing state and connecting to an Api with Redux and Axios

Our React application is coming along nicely. We’ve got a basic front end all set up and we’re ready to make a call to the test api endpoint that we created in the last article. This tutorial is going to focus on setting up and using Redux as well as Axios so that you can make a call to that server. We’ll walk through a very simple reducer, touch on actions and action types, and finally get some information from our server and display it to our clients.

Source: Managing state and connecting to an Api with Redux and Axios

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.