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

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.

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!