Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add redux-generic and redux-integration-testing #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions action-reducer-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
https://github.com/welldone-software/redux-toolbelt
A set of tools for quicker, easier and safer redux development. Create FSA-compliant action creators, async action creators, and compose reducers.

- **redux-generic**
https://github.com/mathieueveillard/redux-generic
A tool to generate CRUD actions and reducers when willing to normalize the state. Minimal footprint, strong typing.

- **redux-factories**
https://github.com/zxdong262/redux-factories
A factory lib to produce redux constants and reducers of certain format.
Expand Down
4 changes: 4 additions & 0 deletions testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
https://github.com/knegusen/redux-test-utils
Provides a mock store and utilities for checking dispatched actions.

- **redux-integration-testing**
https://github.com/mathieueveillard/redux-integration-testing
A lightweight framework for integration testing in a Gherkin style, fluent API, async friendly, strongly typed, test-runner agnostic.

- **redux-jest**
https://github.com/Roilan/redux-jest
Write your Redux test with Jest. Port of redux-ava.
Expand Down