https://github.com/markerikson/rsk-github-issues-experiment
Prototype for the RSK "Github Issues" example app
https://github.com/markerikson/rsk-github-issues-experiment
Last synced: about 1 year ago
JSON representation
Prototype for the RSK "Github Issues" example app
- Host: GitHub
- URL: https://github.com/markerikson/rsk-github-issues-experiment
- Owner: markerikson
- Created: 2019-05-27T21:51:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T09:09:26.000Z (over 6 years ago)
- Last Synced: 2025-02-25T08:06:07.026Z (over 1 year ago)
- Language: TypeScript
- Size: 431 KB
- Stars: 43
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Starter Kit Example - Github Issues
This project serves two purposes:
- It's a chance for me to experiment with several things I haven't used before (React hooks, TypeScript, Emotion, React-Redux hooks)
- I can hopefully turn it into the baseline for an Redux Starter Kit tutorial
Most of the code is coming from Dave Ceddia's [Github Issues Viewer example app repo](https://github.com/dceddia/github-issues-viewer).
I owe him credit for doing all the real hard work on this (API calls, components and structure, styles, etc). I'm
mostly copy-pasting his code into this app and tweaking it until it works the way I want :)
I'm starting off by building this out as _just_ a React app. From there, I'll convert it to Redux using RSK.
Once the RSK functionality is done, I'll try to re-create that process as a tutorial.