karlekraemer / redux-saga-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-saga-starter

npm install

This is the starting repo to accompany 12-03c-redux-saga-setup.md

This is a 3/4 stack app (no DB) npm run client and npm run server

Users can input an element on the DOM, hit the submit button. The entry gets saved in an array on the server.

This is using just React-Redux as written. Lecture converts it to use Redux-Saga for the async GET and POST calls.

Point of lecture is to show setup of redux-saga.

About


Languages

Language:JavaScript 83.5%Language:HTML 16.5%