Skip to content

Bukovski/redux-saga-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Redux Saga logo-saga Examples

These are the sample code for redux-saga. If my work is useful to you, I will be glad. Enjoy!

There are tests for reducers and sagas.

Live page

Installation and Running

git clone [email protected]:Bukovski/redux-saga-examples.git
cd ./redux-saga-examples
npm install
npm run start

Technologies

  • redux is Predictable State Container for JS Apps
  • react-redux is Official React bindings for Redux
  • redux-logger - is a middleware for Redux. It will log actions to console
  • redux-saga - async data middleware for Redux, intercept actions with side effects and handle them, Redux reducers remain pure.
  • styled-components improved styling of react components

screen-page