Skip to content

willingdev/FirstReduxSagaExample

 
 

Repository files navigation

A small example on how to use Redux-Saga and test it using Jest

  • A small React-Redux app to show how to use Redux-Saga as middleware to handle side effects.

  • You will also find testing of sagas using Jest in this example.

  • testdata.json file is used for http fetch.


Testing libraries and frameworks used

  • Jest - Unit Testing framework for ReactJs developed by Facebook

About

A small redux-saga example along with testing using Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • HTML 5.6%
  • CSS 1.0%