This is an example application to demonstrate how we can manage login/registration flow in our React app with Redux.
For this example, I used Semantic UI React framework to create the user interface.
git clone https://github.com/feyyazakkus/react-redux-login-registration-example
npm intall
npm start
To communication with our React application I created a fake rest api with the power of json-server library. To run the server just do:
npm run api