ShahmanTeh / Xamarin.Flux

Xamarin projects, templates, and examples using the Flux Pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamarin.Flux

Author: Alex Dunn

Xamarin projects, templates, and examples using the Flux Pattern.

The Flux pattern is a design pattern and client architecture focused on the flow of data. It was developed and designed by Facebook: https://facebook.github.io/flux/docs/overview.html#content

It was designed to solve issues with scaling out large code bases and data sets by forcing unidirectional data flows and trickle down events and bindings.

Basic Flux Example Design

basic flux flow

Larger Flux Example Design

larger flux flow

Flux with MVVM Example Design

flux with mvvm flow

About

Xamarin projects, templates, and examples using the Flux Pattern

License:MIT License


Languages

Language:C# 100.0%