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
- Host: GitHub
- URL: https://github.com/aaronleocooper/redux-saga-test
- Owner: AaronLeoCooper
- Created: 2019-06-15T10:01:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:46:40.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:17:47.808Z (4 months ago)
- Language: JavaScript
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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