Skip to content

Commit 941a2e1

Browse files
committed
Merge branch 'master' into breaking-changes-1.0
2 parents 7418203 + 4b20767 commit 941a2e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,8 @@ export default createStore(0, {
434434
```
435435

436436
It's all just functions.
437-
Fancy stuff like generating stores from handler maps, or generating action creator constants, should be in userland.
438-
Redux has no opinion on how you do this in your project.
439437

440-
See also [this gist](https://gist.github.com/skevy/8a4ffc3cfdaf5fd68739) for an example implementation of action constant generation.
438+
Instead of generating action constants from functions, I suggest you to generate action creators *from* constants. See [here](https://twitter.com/dan_abramov/status/621739119325126656) for an example of such approach.
441439

442440
### What about `waitFor`?
443441

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _**WIP**_
66
* Website
77
* Flow annotations
88
* Tutorial
9+
* API
910
* Glossary
1011
* “Official” middleware and utilities
1112
* Async

0 commit comments

Comments
 (0)