An open API service indexing awesome lists of open source software.

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

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!

![Basic-rdux app screenshot](/basic-redux-screenshot.png?raw=true)

# Usage

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

# License

MIT