Advanced Blazor State Management Using Fluxor, part 3

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Fluxor

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

  • An Effect in Fluxor is used when a dispatched Action needs to access resources outside of the Store in a way that a "pure" Reducer method cannot. A common example is making an HTTP call to an API. A Reducer method only has access to the current State and the Action it's subscribing to.

  • BlazorWithFluxor

    A demo of Blazor Wasm using Fluxor as application state management

  • After all of these steps, the solution should look like this branch of the demo repository.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts