-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(signal-slice): add asyncReducers (#144)
* feat(signal-slice): accept function that returns array of sources * Revert "feat(signal-slice): accept function that returns array of sources" This reverts commit 4d16e93. * feat(signal-slice): add support for source reducers * fix(signal-slice): differentiate reducer types at run time * fix(signal-slice): adjust typings for signalSlice with source reducer * feat(signal-slice): add tests for asyncReducers config * feat(signal-slice): wip implementation of asyncReducers * fix(signal-slice): standard reducer connect call * refactor(signal-slice): create addReducerProperties function * docs(signal-slice): add docs for asyncReducers * docs(signal-slice): add missing state param Co-authored-by: Chau Tran <nartc7789@gmail.com> --------- Co-authored-by: Chau Tran <nartc7789@gmail.com>
- Loading branch information
1 parent
df769eb
commit 3057f8b
Showing
3 changed files
with
172 additions
and
32 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