Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardocanelas/redux-examples
Simple examples using Redux (+Thunk +Saga) without React
https://github.com/ricardocanelas/redux-examples
cerebraljs javascript mobx redux redux-saga redux-thunk reselect
Last synced: about 1 month ago
JSON representation
Simple examples using Redux (+Thunk +Saga) without React
- Host: GitHub
- URL: https://github.com/ricardocanelas/redux-examples
- Owner: ricardocanelas
- License: mit
- Created: 2018-11-07T18:59:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T14:55:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T00:47:30.696Z (3 months ago)
- Topics: cerebraljs, javascript, mobx, redux, redux-saga, redux-thunk, reselect
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Redux Examples
Simple examples using Redux without Reactjs.
## 👉🏻 Prerequisites
* Git
* Node
* NPM / Yarn## 👉🏻 Installing
1. Clone this repository using `git clone`
2. Onto the repository, install the dependecies using `npm install` or `yarn install`## 👉🏻 Examples
| - | run | description |
| --|------------------|---------------------------------------------------|
| [01](https://github.com/ricardocanelas/redux-examples/tree/master/examples/01) | `yarn example01` | It's the first example of the [documentation](https://github.com/reduxjs/redux) |
| [02](https://github.com/ricardocanelas/redux-examples/tree/master/examples/02) | `yarn example02` | A simple real-world example |
| [03](https://github.com/ricardocanelas/redux-examples/tree/master/examples/03) | `yarn example03` | Using redux-thunk |
| [04](https://github.com/ricardocanelas/redux-examples/tree/master/examples/04) | `yarn example04` | Using redux-saga |
| [05](https://github.com/ricardocanelas/redux-examples/tree/master/examples/05) | `yarn example05` | Using reselect |## 👉🏻 Alternatives
| - | run | description |
| --|------------------|---------------------------------------------------|
| [01](https://github.com/ricardocanelas/redux-examples/tree/master/alternatives/a01) | `yarn alternative01` | Using MobX |
| [02](https://github.com/ricardocanelas/redux-examples/tree/master/alternatives/a02) | `yarn alternative02` | Using Cerebral |
| [03](https://github.com/ricardocanelas/redux-examples/tree/master/alternatives/a03) | `yarn alternative03` | Using spaceAce |
| [04](https://github.com/ricardocanelas/redux-examples/tree/master/alternatives/a04) | `yarn alternative04` | Using Apollo |