Add constants layer description
This commit is contained in:
3
docs/layers/constants.md
Normal file
3
docs/layers/constants.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Constatnts
|
||||
|
||||
This layer is responsible for setting constant virables, such as action type names for redux actions. Actions must have a type property that indicates the type of action being performed. Types should typically be defined as string constants.
|
||||
3
docs/layers/tests.md
Normal file
3
docs/layers/tests.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Tests
|
||||
|
||||
This layer is responsible for configuring of redux store, such as setting reducers and midelwares. A [store](http://redux.js.org/docs/api/Store.html) holds the whole state tree of your application.
|
||||
Reference in New Issue
Block a user