https://github.com/iggredible/basic-redux
Stripped-down, no-nonsense, Redux app to understand basic Redux
https://github.com/iggredible/basic-redux
Last synced: 3 months ago
JSON representation
Stripped-down, no-nonsense, Redux app to understand basic Redux
- Host: GitHub
- URL: https://github.com/iggredible/basic-redux
- Owner: iggredible
- Created: 2020-01-09T00:28:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T16:04:52.000Z (over 5 years ago)
- Last Synced: 2025-01-07T06:43:39.271Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux 101
This is a basic working, no-nonsense, stripped-down Redux app. I removed all the unnecessary complexities so newcomers can focus on learning Redux (*this app doesn't even have CSS!*).
Many tutorials I found have complex actions and reducers, making it hard for beginners to understand.
Tutorial links:
- [Redux 101](https://dev.to/iggredible/redux-101-48kc)
- [Redux 101 - connecting React with Redux](https://dev.to/iggredible/redux-101-connecting-react-with-redux-195m)In this app, there are only *two* actions: adding and deleting notes.
Comments, suggestions, PRs are welcome!

# Usage
```
git clone https://github.com/iggredible/basic-redux.git
cd basic-redux
npm i
npm run start
```# License
MIT