Skip to content

Commit f06675b

Browse files
committed
Add a little bit to the intro.
1 parent 095c1ee commit f06675b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# react-redux-cheatsheet
22

33
Version Cheatsheet: 1.1.0<br>
4-
Version Article: 1.1.1
4+
Version Article: 1.2.0
55

66
## Overview
77

article/react-redux-concept-workflow.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Version 1.1.0, April 2017
88

99
This article contains a graphical cheat sheet for the workflow and concept of Redux. In line with this cheat sheet the purpose of this article is to help new and existing Redux users to understand how the general mechanism of Redux works in detail and where to hook into this process.
1010

11+
This article is not an easy read. It is really for understanding the workflow of React Redux in detail. I recommend that you look at the graphical cheatsheet in parallel (print out, split screen, second monitor) while reading the article to always keep the overview.
12+
13+
I am trying to keep the article current as much as possible, however, the most recent version will always be on [GitHub](https://github.com/uanders/react-redux-cheatsheet) together with a Changelog.
14+
15+
1116
## Introduction
1217

1318
[React](https://facebook.github.io/react/) and [Redux](http://redux.js.org/) really are some

0 commit comments

Comments
 (0)