|
1 | 1 | # Redux No Middleware Pattarn
|
2 |
| -[](#contributors) |
3 | 2 |
|
4 | 3 | [](https://greenkeeper.io/)
|
5 | 4 | [](https://circleci.com/gh/ryota-murakami/redux-no-middleware-pattarn)
|
6 | 5 | [](http://makeapullrequest.com)
|
7 | 6 | [](https://github.com/facebook/jest)
|
8 | 7 | [](https://github.com/prettier/prettier)
|
9 | 8 | [](https://codecov.io/gh/ryota-murakami/redux-no-middleware-pattarn)
|
| 9 | +[](#contributors) |
10 | 10 |
|
11 | 11 | > 🍷 write async logic without middleware in redux
|
12 | 12 |
|
13 | 13 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
14 | 14 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
15 | 15 |
|
16 | 16 | ## What's this?
|
17 |
| -Redux No Middleware Pattarn is code examole repository. |
| 17 | +Redux No Middleware Pattarn is code examole repository. |
18 | 18 | it's a [create-react-app](https://github.com/facebook/create-react-app) based, please see [/src](https://github.com/ryota-murakami/redux-no-middleware-pattarn/tree/master/src) folder.
|
19 |
| -also you could see [LIVE DEMO](https://hardcore-leavitt-db43ed.netlify.com/)💻 |
20 |
| -with redux-devtools chrome extention on the page. |
| 19 | + |
| 20 | +also you could see [LIVE DEMO](https://hardcore-leavitt-db43ed.netlify.com/)💻 with redux-devtools chrome extention on the page. |
21 | 21 |
|
22 | 22 | ## Concept
|
23 | 23 | in 2018, Evolved JS syntax has capability of write as well smart async handling logic.
|
@@ -70,4 +70,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
70 | 70 | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
|
71 | 71 |
|
72 | 72 | ## License
|
73 |
| -MIT |
| 73 | +MIT |
0 commit comments