https://github.com/programmer-network/learn-redux-in-an-hour
A repository created for a YouTube video: https://www.youtube.com/watch?v=V8CX40Oj0bM
https://github.com/programmer-network/learn-redux-in-an-hour
Last synced: 9 months ago
JSON representation
A repository created for a YouTube video: https://www.youtube.com/watch?v=V8CX40Oj0bM
- Host: GitHub
- URL: https://github.com/programmer-network/learn-redux-in-an-hour
- Owner: Programmer-Network
- Created: 2023-04-09T13:28:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T13:33:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T08:58:09.279Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [YouTube Video](https://www.youtube.com/watch?v=V8CX40Oj0bM)
Join our [Programmer Network Stream](https://twitch.tv/programmer_network) and also join us on [Discord](https://discord.gg/ysnpXnY7ba).
## Getting Started
This is a repository for the [YouTube Video](https://www.youtube.com/watch?v=V8CX40Oj0bM) teaching you how to use Redux (with React example included).
- nvm use (to use the correct node version)
- pnpm (yarn, npm) install
- pnpm (yarn, npm) dev