Skip to content

mrpmorris/Fluxor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 26, 2022 18:22
March 11, 2023 21:26
March 14, 2020 21:29
July 28, 2020 17:36
March 14, 2020 21:29
June 5, 2022 14:14
March 18, 2020 11:52

Fluxor

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

Join the chat at https://gitter.im/mrpmorris/fluxor

Introduction

If you are new to Fluxor, or to the Flux/Redux approach in general then this YouTube video by Chris Clement is an excellent introduction.

Goal

The aim of Fluxor is to create a multi-UI, single-state store approach to front-end development without the headaches typically associated with other implementations, such as the overwhelming amount of boiler-plate code required just to add a very basic feature.

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 Fluxor. 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 Fluxor nuget pages.

Release notes

See the Releases page for release history.

Upgrading from Blazor.Fluxor (v1 or v2)

See the Upgrading instructions for instructions on how to upgrade from Blazor.Fluxor V1 or V2 to Fluxor.

Licence

MIT