https://github.com/veoscript/react-redux-saga
Basic data fetching using ReactJS and Redux-Toolkit + Redux Saga
https://github.com/veoscript/react-redux-saga
reactjs redux-saga redux-toolkit
Last synced: 4 months ago
JSON representation
Basic data fetching using ReactJS and Redux-Toolkit + Redux Saga
- Host: GitHub
- URL: https://github.com/veoscript/react-redux-saga
- Owner: VeoScript
- Created: 2022-11-04T13:36:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T03:08:28.000Z (about 3 years ago)
- Last Synced: 2025-01-01T21:47:21.473Z (about 1 year ago)
- Topics: reactjs, redux-saga, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Basic data fetching using ReactJS and Redux-Toolkit + Redux Saga.
## References
- [React](https://reactjs.org/)
- [Redux-Toolkit](https://redux-toolkit.js.org/)
- [Redux-Saga](https://redux-saga.js.org/)
- [Axios](https://axios-http.com/docs/intro)
- [TailwindCSS](https://tailwindcss.com/)
- [NewsAPI](https://newsapi.org/)