https://github.com/henrhie/react-redux-typescript-starter
https://github.com/henrhie/react-redux-typescript-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrhie/react-redux-typescript-starter
- Owner: henrhie
- Created: 2021-04-09T01:53:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T02:19:29.000Z (about 4 years ago)
- Last Synced: 2025-01-10T00:14:41.395Z (5 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains code to demonstrate how to seamlessly integrate typescript with React and Redux. This project focuses on the simple task of fetching data from a remote API by employing typescript's features such as interfaces, enums, generics etc to safely move data back and forth our redux store.