Reducible is a Reducer library for Microsoft .NET
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.
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.
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.
You can download the latest release / pre-release NuGet packages from the official Reducible Nuget page
See the Releases page for release history.