Skip to content

Introduction

Welcome to the Redux Sonnet documentation!

Redux Sonnet is a side-effect management system for Redux which takes inspiration from learnings in usage of both redux-observable and Redux-Saga. The powerful Effect library is leveraged to enrich patterns found in both of these systems.

FeatureDescription
SafeUnderstand where errors can occur and handle failure scenarios with ease.
DeclarativeBe explicitly implicit about branching code.
FamiliarPrinciples and patterns from well-known libraries carry over with new life.