All Projects → mrpmorris → Fluxor

mrpmorris / Fluxor

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

Projects that are alternatives of or similar to Fluxor

FluxFX
Flux architecture with JavaFX
Stars: ✭ 24 (-92.9%)
Mutual labels:  flux
mini-kotlin
Minimal Flux architecture written in Kotlin.
Stars: ✭ 20 (-94.08%)
Mutual labels:  flux
Verge
🟣 Verge is a very tunable state-management engine on iOS App (UIKit / SwiftUI) and built-in ORM.
Stars: ✭ 273 (-19.23%)
Mutual labels:  flux
iflux2
Reactive state container (based on immutable) for React or ReactNative, inspired by mapreduce.
Stars: ✭ 50 (-85.21%)
Mutual labels:  flux
react-pits
React 中的坑
Stars: ✭ 29 (-91.42%)
Mutual labels:  flux
Fabrikate
Making GitOps with Kubernetes easier one component at a time
Stars: ✭ 263 (-22.19%)
Mutual labels:  flux
k3s-gitops
My home Kubernetes (k3s) cluster managed by GitOps (Flux)
Stars: ✭ 26 (-92.31%)
Mutual labels:  flux
Vueflux
♻️ Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux
Stars: ✭ 315 (-6.8%)
Mutual labels:  flux
universal-routed-flux-demo
The code in this repo is intended for people who want to get started building universal flux applications, with modern and exciting technologies such as Reactjs, React Router and es6.
Stars: ✭ 31 (-90.83%)
Mutual labels:  flux
Flux.jl
Relax! Flux is the ML library that doesn't make you tensor
Stars: ✭ 3,358 (+893.49%)
Mutual labels:  flux
k8s-flagger-istio-flux
Blue Green deployment with Flagger, Flux and Istio
Stars: ✭ 39 (-88.46%)
Mutual labels:  flux
litestate
An ambitiously tiny, gizp ~800b, flux-like library to manage your state
Stars: ✭ 31 (-90.83%)
Mutual labels:  flux
Cobrapy
COBRApy is a package for constraint-based modeling of metabolic networks.
Stars: ✭ 267 (-21.01%)
Mutual labels:  flux
mini-swift
Minimal Flux architecture written in Swift.
Stars: ✭ 40 (-88.17%)
Mutual labels:  flux
Fluorine
[UNMAINTAINED] Reactive state and side effect management for React using a single stream of actions
Stars: ✭ 287 (-15.09%)
Mutual labels:  flux
Vuex-Alt
An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.
Stars: ✭ 15 (-95.56%)
Mutual labels:  flux
Reactive
Reactive: Examples of the most famous reactive libraries that you can find in the market.
Stars: ✭ 256 (-24.26%)
Mutual labels:  flux
Grox
Grox helps to maintain the state of Java / Android apps.
Stars: ✭ 336 (-0.59%)
Mutual labels:  flux
Kunidirectional
The goal of this sample app is to show how we can implement unidirectional data flow architecture based on Flux and Redux on Android... using Kotlin 😉
Stars: ✭ 303 (-10.36%)
Mutual labels:  flux
Loona
🌕 Application State Management done with GraphQL
Stars: ✭ 270 (-20.12%)
Mutual labels:  flux

Fluxor

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

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 Nick Chapsas is an excellent introduction. The video is based on the original Blazor-Fluxor library, but the concepts are the same.

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.

There is also this great introductory video by Chris Clement

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].