From 31d79d6067c658001114256b6be743acf473cdb8 Mon Sep 17 00:00:00 2001 From: An Xiao Date: Tue, 16 Jul 2019 22:53:19 +0800 Subject: [PATCH] Update docs to improve readability (#3476) Signed-off-by: An Xiao Former-commit-id: 312c18460b1b5ae5eb95087f170535637360b7b7 --- docs/advanced/AsyncActions.md.REMOVED.git-id | 2 +- docs/advanced/Middleware.md.REMOVED.git-id | 2 +- docs/advanced/UsageWithReactRouter.md.REMOVED.git-id | 2 +- docs/api/Store.md.REMOVED.git-id | 2 +- docs/api/combineReducers.md.REMOVED.git-id | 2 +- docs/basics/Actions.md | 2 +- docs/basics/Reducers.md.REMOVED.git-id | 2 +- docs/faq/General.md.REMOVED.git-id | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/advanced/AsyncActions.md.REMOVED.git-id b/docs/advanced/AsyncActions.md.REMOVED.git-id index 5467698d97..a76d468a1f 100644 --- a/docs/advanced/AsyncActions.md.REMOVED.git-id +++ b/docs/advanced/AsyncActions.md.REMOVED.git-id @@ -1 +1 @@ -6933b492ea04d4dc97958a23f82a290c3727a854 \ No newline at end of file +5e684f193c4f4266f940fc4a13ca258c785e65b1 \ No newline at end of file diff --git a/docs/advanced/Middleware.md.REMOVED.git-id b/docs/advanced/Middleware.md.REMOVED.git-id index 8cf2c0897b..fe7c68ca47 100644 --- a/docs/advanced/Middleware.md.REMOVED.git-id +++ b/docs/advanced/Middleware.md.REMOVED.git-id @@ -1 +1 @@ -f249bcad271921801ccd857729b037c041bec49c \ No newline at end of file +bbc1e5225652f760034e8bb3ea51eb5ce794564a \ No newline at end of file diff --git a/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id b/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id index ef20b27e4e..fedff7bb50 100644 --- a/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id +++ b/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id @@ -1 +1 @@ -16ff4b2a2b4d0cac8c52621eb6852f1f08b0fd7b \ No newline at end of file +c41d02a13b6497029eaba6c07ff12cd5ff773af4 \ No newline at end of file diff --git a/docs/api/Store.md.REMOVED.git-id b/docs/api/Store.md.REMOVED.git-id index 2c888952e2..cda04afdd7 100644 --- a/docs/api/Store.md.REMOVED.git-id +++ b/docs/api/Store.md.REMOVED.git-id @@ -1 +1 @@ -2387502e204ead52d99bd0fa7904d085acbfd271 \ No newline at end of file +e713903708a90a2e086d3d657d6eeff7f100c408 \ No newline at end of file diff --git a/docs/api/combineReducers.md.REMOVED.git-id b/docs/api/combineReducers.md.REMOVED.git-id index 21abce82df..b228106c48 100644 --- a/docs/api/combineReducers.md.REMOVED.git-id +++ b/docs/api/combineReducers.md.REMOVED.git-id @@ -1 +1 @@ -09af2c693f67a0daac82f005e0c9baf10d8391a9 \ No newline at end of file +0a489a4c8f7cf620d54fdbf3a6d03cc78968e366 \ No newline at end of file diff --git a/docs/basics/Actions.md b/docs/basics/Actions.md index 8b32884d04..0174b3ca74 100644 --- a/docs/basics/Actions.md +++ b/docs/basics/Actions.md @@ -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. diff --git a/docs/basics/Reducers.md.REMOVED.git-id b/docs/basics/Reducers.md.REMOVED.git-id index 7ef81450d1..0338bd5335 100644 --- a/docs/basics/Reducers.md.REMOVED.git-id +++ b/docs/basics/Reducers.md.REMOVED.git-id @@ -1 +1 @@ -53cb3f016bbc18ffcaf7340f0cb66430f8c4207c \ No newline at end of file +eb0e1de4889d63d890b0768647432e303ca8c51e \ No newline at end of file diff --git a/docs/faq/General.md.REMOVED.git-id b/docs/faq/General.md.REMOVED.git-id index 8c1ca16c6f..447cf2026a 100644 --- a/docs/faq/General.md.REMOVED.git-id +++ b/docs/faq/General.md.REMOVED.git-id @@ -1 +1 @@ -8a8bf2b4c4cebc6bf0b49efde9b431d696e41aa6 \ No newline at end of file +401d8d085ba2a3608449be5493d8983aa6ca311e \ No newline at end of file