Reducible
Reducible copied to clipboard
Reducible

Reducible is a Reducer library for Microsoft .NET
Reducer pattern
Made popular by the JavaScript Redux library, and various other Flux pattern frameworks, the Reducer pattern is a very simple concept. You can take pieces of data (states), and reduce them into a single one new one.

Goal
The aim of Reducible is to create a composable / nestable structure of reducers that work together to mutate state data in a reliable and fast way.
Getting started
The easiest way to get started is to read the documentation.
Which includes tutorials that are numbered in an order recommended for learning
Reducible. Each will have a README file that explains how the tutorial was created.
Installation
You can download the latest release / pre-release NuGet packages from the official Reducible Nuget page
Release notes
See the Releases page for release history.