# mrpmorris/Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.

Repository: https://github.com/mrpmorris/Fluxor
Canonical: https://ross.abutalabs.com/products/fluxor
Language: C#
License: MIT
License Family: permissive
Topics: redux, flux, blazor, dotnet
Last push: 2026-08-03T14:04:58+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 96, longevity 100
- inputs: {"age_days": 2363, "days_push": 30, "days_rel": 30, "gap_med": 21.5, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1474, forks 168 (observed 2026-08-28T04:04:49.672890+00:00)

## What it is
Fluxor is a zero-boilerplate Flux/Redux state management library for .NET and Blazor. It provides a single-state-store, unidirectional data flow approach to front-end development with minimal boilerplate code.

## Use cases
- manage application state in Blazor apps
- implement Redux-style unidirectional data flow in .NET
- share a single state store across multiple UIs
- reduce boilerplate when adding state management features
- debug state changes with Redux DevTools integration

## When to choose
- you are building Blazor or .NET front-end apps needing predictable state management
- you want Redux/Flux patterns without heavy boilerplate
- you need one state store shared across multiple UI components

## When to avoid
- you need state management outside the .NET ecosystem
- your app is simple enough that a state library adds unnecessary complexity
- you prefer a different state management paradigm like MVVM

## Facets
- artifact type: library
- maturity: active
- function: state-management, frontend-framework
- domain: web-development, frontend
- platform: cross-platform, browser
- tags: redux, flux, blazor, unidirectional-data-flow, single-state-store, dotnet, web-server

## Member repositories
- mrpmorris/Fluxor (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.672890+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:33.889784+00:00, confidence not recorded.
  - readme: https://github.com/mrpmorris/Fluxor (fetched 2026-08-28T04:04:49.672890+00:00, sha dfa8b9dc1bce)
- Data as of 2026-08-30T08:39:29.467469+00:00.
