-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from KevinAst/feature-gitbookDoc
publish: v1.0.0 Revised Documentation
- Loading branch information
Showing
35 changed files
with
661 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"gitbook": "3.2.2", | ||
"root": "./docs", | ||
"title": "astx-redux-util", | ||
"description": "Redux Reducer Composition Utilities", | ||
"author": "Kevin J. Bridges <kevinast@gmail.com> (https://github.com/KevinAst)", | ||
"structure": { | ||
"readme": "intro.md", | ||
"summary": "toc.md" | ||
}, | ||
"plugins": ["-sharing", "-livereload", "toolbar"], | ||
"pluginsConfig": { | ||
"toolbar": { | ||
"buttons": [ | ||
{ | ||
"label": "GitHub", | ||
"icon": "fa fa-github", | ||
"url": "https://github.com/KevinAst/astx-redux-util" | ||
}, | ||
{ | ||
"label": "NPM", | ||
"icon": "fa fa-bullseye", | ||
"url": "https://www.npmjs.com/package/astx-redux-util" | ||
} | ||
] | ||
} | ||
}, | ||
"variables": { | ||
|
||
"guide": { | ||
"devGuide": "[**Dev Guide**](/index.html)", | ||
|
||
"conceptConditional": "[`Conditional Reduction`](/concepts/conditionalReducer.md)", | ||
"conceptJoin": "[`Joining Reducers`](/concepts/joinReducers.md)", | ||
"concepts": "[`Concepts`](/concepts/README.md)", | ||
"conceptHash": "[`Basics`](/concepts/reducerHash.md)", | ||
|
||
"dist": "[`Distribution`](/dist.md)", | ||
|
||
"ext": "[`Extending astx-redux-util`](/extending/ext.md)", | ||
"logExt": "[`Logging Extension`](/extending/logExt.md)", | ||
|
||
"fullExample": "[`A Most Excellent Example`](/fullExample.md)", | ||
"history": "[`Revision History`](/history.md)", | ||
"LICENSE": "[`MIT License`](/LICENSE.md)", | ||
"originalReducerState": "[`originalReducerState`](/originalReducerState.md)", | ||
"start": "[`Getting Started`](/start.md)", | ||
"why": "[`Why astx-redux-util?`](/why.md)" | ||
}, | ||
|
||
"api": { | ||
"ref": "[`API Reference`](/api.md)", | ||
"conditionalReducer": "[`conditionalReducer()`](/api.md#conditionalReducer)", | ||
"conditionalReducerCB": "[`conditionalReducerCB()`](/api.md#conditionalReducerCB)", | ||
"joinReducers": "[`joinReducers()`](/api.md#joinReducers)", | ||
"reducerHash": "[`reducerHash()`](/api.md#reducerHash)", | ||
"InitialState": "[`InitialState`](/api.md#InitialState)" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# MIT License | ||
|
||
MIT License | ||
|
||
Copyright (c) 2017 Kevin Bridges | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Concepts | ||
|
||
- {{book.guide.conceptHash}} ... using {{book.api.reducerHash}}, eliminate | ||
the switch statement commonly found in reducers *("look ma, no | ||
switch")* | ||
|
||
- {{book.guide.conceptConditional}} ... using | ||
{{book.api.conditionalReducer}}, invoke a reducer only when | ||
certain constraints are met *("to reduce or NOT to reduce; that is | ||
the question")* | ||
|
||
- {{book.guide.conceptJoin}} ... using {{book.api.joinReducers}}, team up | ||
multiple reducers to promote higher order functionality *("working | ||
together is success" - Henry Ford)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Oops, something went wrong.