Skip to content

Commit

Permalink
Update docs to improve readability (reduxjs#3476)
Browse files Browse the repository at this point in the history
Signed-off-by: An Xiao <hac@zju.edu.cn>
Former-commit-id: 312c184
  • Loading branch information
ihac authored and timdorr committed Jul 16, 2019
1 parent 5fa5faf commit 31d79d6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/AsyncActions.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6933b492ea04d4dc97958a23f82a290c3727a854
5e684f193c4f4266f940fc4a13ca258c785e65b1
2 changes: 1 addition & 1 deletion docs/advanced/Middleware.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f249bcad271921801ccd857729b037c041bec49c
bbc1e5225652f760034e8bb3ea51eb5ce794564a
2 changes: 1 addition & 1 deletion docs/advanced/UsageWithReactRouter.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16ff4b2a2b4d0cac8c52621eb6852f1f08b0fd7b
c41d02a13b6497029eaba6c07ff12cd5ff773af4
2 changes: 1 addition & 1 deletion docs/api/Store.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2387502e204ead52d99bd0fa7904d085acbfd271
e713903708a90a2e086d3d657d6eeff7f100c408
2 changes: 1 addition & 1 deletion docs/api/combineReducers.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09af2c693f67a0daac82f005e0c9baf10d8391a9
0a489a4c8f7cf620d54fdbf3a6d03cc78968e366
2 changes: 1 addition & 1 deletion docs/basics/Actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { ADD_TODO, REMOVE_TODO } from '../actionTypes'
```

> ##### Note on Boilerplate
>
> You don't have to define action type constants in a separate file, or even to define them at all. For a small project, it might be easier to just use string literals for action types. However, there are some benefits to explicitly declaring constants in larger codebases. Read [Reducing Boilerplate](../recipes/ReducingBoilerplate.md) for more practical tips on keeping your codebase clean.
Other than `type`, the structure of an action object is really up to you. If you're interested, check out [Flux Standard Action](https://github.com/acdlite/flux-standard-action) for recommendations on how actions could be constructed.
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/Reducers.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53cb3f016bbc18ffcaf7340f0cb66430f8c4207c
eb0e1de4889d63d890b0768647432e303ca8c51e
2 changes: 1 addition & 1 deletion docs/faq/General.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a8bf2b4c4cebc6bf0b49efde9b431d696e41aa6
401d8d085ba2a3608449be5493d8983aa6ca311e

0 comments on commit 31d79d6

Please sign in to comment.