Skip to content

SuavePirate/Xamarin.Flux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Be sure to check out the Flux toolkit for more easily building your own flux apps here: https://github.com/suavepirate/fluxtoolkit

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages