https://github.com/noud/redux-alternative
Much smaller and somewhat simple Redux alternative.
https://github.com/noud/redux-alternative
react redux
Last synced: 2 months ago
JSON representation
Much smaller and somewhat simple Redux alternative.
- Host: GitHub
- URL: https://github.com/noud/redux-alternative
- Owner: noud
- Created: 2019-07-22T17:57:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:54:20.000Z (over 3 years ago)
- Last Synced: 2025-06-25T19:40:38.523Z (12 months ago)
- Topics: react, redux
- Language: JavaScript
- Size: 4.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
# Redux Alternative
This is a simple React app with the sole aim of showing, a much smaller and somewhat simple, Redux alternative.
## Directions
1. Clone the repo
```git clone https://github.com/noud/redux-alternative.git```
2. Change directory
```cd redux-alternative```
3. Run the application
```npm install && npm start```
4. Go on and see the Redux Alternative at work!