You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/NextSteps.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ _Nicolas Hery_ describes it really well in _"[Describing UI state with data](htt
16
16
17
17
### Configure a Store
18
18
19
-
To configure a `store` we have to make major considerations on which middleware to use, there are several libraries out there, but the most popular ones are:
19
+
To configure a `store` we have to make major considerations on which middleware to use. There are several libraries out there, but the most popular ones are:
20
20
21
21
#### Perform Asynchronous dispatch
22
22
@@ -40,7 +40,7 @@ To be able to choose one of these libraries we must take into account whether we
40
40
41
41
### Naming Convention
42
42
43
-
A big source of confusion when it comes to a large project is what to name things. This is often just as important as the code itself. Defining a naming convention for you actions at the very beginning of a project and sticking to that convention helps you to scale up as the scope of the project grows.
43
+
A big source of confusion when it comes to a large project is what to name things. This is often just as important as the code itself. Defining a naming convention for your actions at the very beginning of a project and sticking to that convention helps you to scale up as the scope of the project grows.
44
44
45
45
Great source:
46
46
[A Simple Naming Convention for Action Creators in Redux](https://decembersoft.com/posts/a-simple-naming-convention-for-action-creators-in-redux-js/)
0 commit comments