#
unidirectional-data-flow
Here are 125 public repositories matching this topic...
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Mar 19, 2021 - Swift
UIKit a-là SwiftUI.framework [min deployment target iOS10]
swift
virtual-dom
ios
reconciliation
elm-architecture
uikit
uiview
layout-engine
unidirectional-data-flow
swiftui
-
Updated
Dec 13, 2019 - Swift
Unidirectional, transactional, operation-based Store implementation.
redux
swift
binding
store
dispatcher
unidirectional-data-flow
combine
flux-application
swiftui
stateobject
-
Updated
Mar 1, 2021 - Swift
Lightweight Android library for building reactive apps.
redux
state-management
rxjava
android-architecture
rxjava2
unidirectional-data-flow
mvi
mvi-architecture
-
Updated
Aug 17, 2020 - Kotlin
Uniflow 🦄 - Simple Unidirectional Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming
android
kotlin
coroutines
viewmodel
unidirectional-data-flow
mvi
kotlin-coroutines
uniflow
state-flow
-
Updated
Mar 19, 2021 - Kotlin
redux
swift
flux
ios
reactive
unidirectional
architecture
vuex
reactive-programming
unidirectional-data-flow
-
Updated
Mar 28, 2019 - Swift
Showcase for Unidirectional Data Flow architecture for Android, powered by Kotlin Coroutines
android
kotlin
architecture
kotlin-android
showcase
kotlin-dsl
unidirectional-data-flow
kotlin-coroutines
-
Updated
Mar 18, 2021 - Kotlin
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 😉
redux
android
kotlin
flux
unidirectional
architecture
kotlin-android
android-sample-application
unidirectional-data-flow
-
Updated
Mar 2, 2019 - Kotlin
[INACTIVE] Simplifying state management
-
Updated
Aug 26, 2020 - Kotlin
VI Worsened, a lightweight and fun VI clone.
c
ncurses
text-editor
event-driven-programming
vi
unidirectional-data-flow
state-machine-replication
-
Updated
Sep 26, 2018 - C
Unidirectional reactive state container for Android & Kotlin
android
kotlin
kotlin-android
android-architecture
unidirectional-data-flow
mvi-architecture
mvi-android
-
Updated
Aug 13, 2020 - Kotlin
-
Updated
Jun 13, 2020 - Swift
ReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
-
Updated
Mar 12, 2021 - Swift
Unidirectional reactive architecture
-
Updated
Apr 24, 2020 - Swift
Redux implementation in Swift using RxSwift
-
Updated
Apr 13, 2020 - Swift
Unidirectional Data Flow in Swift via FRP - Inspired by Elm
-
Updated
Aug 6, 2019 - Swift
Play MVI with Kotlin Coroutines Flow | MVI pattern on Android using Kotlin Coroutines Flow | Dagger Hilt DI | Koin DI | SharedFlow | StateFlow
unidirectional-data-flow
mvi
mvi-clean-architecture
android-mvi
sharedflow
android-mvi-sample
coroutines-flow
android-mvi-architecture
mvi-coroutines-flow
kotlin-coroutines-flow
android-mvi-flow
mvi-coroutines-flow-kotlin
coroutines-flow-mvi
dagger-hilt
-
Updated
Feb 9, 2021 - Kotlin
Awesome list for The Composable Architecture
awesome
uikit
architecture
awesome-list
modularity
unidirectional-data-flow
swiftui
unidirectional-dataflow
composable-architecture
the-composable-architecture
-
Updated
Sep 30, 2020
Dive into 📱 Unidirectional Architecture!
redux
android
kotlin
swift
ios
elm-architecture
rxjava
architecture
android-architecture
tea
unidirectional-data-flow
mvi
ios-architecture
model-view-update
model-view-intent
rxfeedback
unidirectional-dataflow
undirectional
mvi-clean-architecture
-
Updated
Jun 24, 2019 - Kotlin
The Elm Architecture (TEA) for Flutter
-
Updated
Aug 15, 2019 - Dart
BackboneJS compatibility layer for React-MVx MVVM framework.
react
state-management
backbone
data-binding
nested-models
unidirectional-data-flow
react-links
nestedtypes
-
Updated
Mar 8, 2018 - TypeScript
Simple movies app for architectural experiments.
-
Updated
Jun 28, 2020 - Swift
Starter kit for Core architecture.
-
Updated
Jun 2, 2020 - Swift
-
Updated
Mar 28, 2017 - Swift
iOS architectural pattern and framework
-
Updated
Jan 28, 2021 - Swift
A simple approach to learning the beginnings of Redux in Swift.
-
Updated
Aug 15, 2017 - Swift
Improve this page
Add a description, image, and links to the unidirectional-data-flow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unidirectional-data-flow topic, visit your repo's landing page and select "manage topics."
Took me 10 minutes to figure this out, actually, I just had forgotten to call
store.dispatch(ClearStore())
. I am sleepy, for my defense.I thought this would help beginners with this lib. Maybe add it to the docs or somewhere? At least with this issue it can be found via search engines.
In your
StoresReducer.swift
file, add another case.