An open API service indexing awesome lists of open source software.

https://github.com/aaronleocooper/redux-saga-test

A test project for trying out redux, redux-act and redux-saga
https://github.com/aaronleocooper/redux-saga-test

Last synced: 2 months ago
JSON representation

A test project for trying out redux, redux-act and redux-saga

Awesome Lists containing this project

README

        

# redux-saga-test

This is a test project build on top of [CRA][cra]
purely for fun and learning a few techniques needed in the
application of: redux, redux-act, redux-saga in a working app
with unit tests.

This was only built to display GitHub profiles in a very basic
UI that uses the awesome free [Ant Design for react][antd] library.

Build/run commands and config are all unchanged from [CRA][cra].

For all available commands, check out `scripts` inside `package.json`.

[cra]: https://github.com/facebook/create-react-app
[antd]: https://ant.design/docs/react/introduce