Connecting an add user page to Redux

In order to add a new user page to Redux, we follow the same process we followed for the login page and register page. Pause reading the next section of the chapter, and go ahead and create the action file, constant file, and connect the UserForm component with  Redux. Try to console.log on the actions.js file, and see whether you can get the payload logged to the console correctly.

We have updated the files for the add user page, which can be found in the GitHub repository.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset