https://github.com/nickytonline/redux-fun
Repo for this live coding session https://www.twitch.tv/videos/608149239
https://github.com/nickytonline/redux-fun
javascript redux
Last synced: 5 months ago
JSON representation
Repo for this live coding session https://www.twitch.tv/videos/608149239
- Host: GitHub
- URL: https://github.com/nickytonline/redux-fun
- Owner: nickytonline
- Created: 2020-04-30T17:38:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:46:33.000Z (over 3 years ago)
- Last Synced: 2025-02-13T15:19:32.906Z (over 1 year ago)
- Topics: javascript, redux
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Fun
This repository was just a fun session live coding the Redux store from scratch.
If you want to learn more about Redux, check out the
[official site](https:reduxjs.org) as well as the amazing tutorial,
[Getting Started with Redux](https://egghead.io/courses/getting-started-with-redux),
from Dan Abramov.
The project uses yarn, but you should be fine if you're using npm. For tests, it
uses jest. One other thing to note is that the project is using node 14.0.0. I
opted for this so that ES modules could be used with out any compilation step.