Loading repository data…
Loading repository data…
eblancperso / repository
A (really humble) minimal react application built using create-react-app CLI with redux and saga middleware.
A (really humble) minimal react application built using create-react-app CLI with redux and saga middleware. This build is not production ready and is meant as a reference for beginners.
You will need to install Redux DevTools for Chrome in order to run this app.
Simple sign in form that accepts an email and a password. Once the submit button is pressed, a call is made to public API https://jsonplaceholder.typicode.com and the name of a user is displayed. This is meant to show a complete simple flow using redux and saga.
git clone https://github.com/eblancperso/react-redux-saga-boilerplate.git
npm install
npm start
MIT license, Copyright (c) 2018 Eric Blanc.