diff --git a/action-reducer-generators.md b/action-reducer-generators.md index 6be56fe..ab4ce15 100644 --- a/action-reducer-generators.md +++ b/action-reducer-generators.md @@ -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. diff --git a/testing.md b/testing.md index 8f3c5c2..d7df567 100644 --- a/testing.md +++ b/testing.md @@ -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.