#
unidirectional-data-flow
Here are 133 public repositories matching this topic...
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Aug 25, 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
Jul 18, 2021 - Swift
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
Aug 12, 2021 - Kotlin
Lightweight Android library for building reactive apps.
redux
state-management
rxjava
android-architecture
rxjava2
unidirectional-data-flow
mvi
mvi-architecture
-
Updated
Jul 13, 2021 - Kotlin
An app that existed even before Android existed!
android
kotlin
architecture
kotlin-android
showcase
kotlin-dsl
unidirectional-data-flow
kotlin-coroutines
-
Updated
Aug 25, 2021 - Kotlin
redux
swift
flux
ios
reactive
unidirectional
architecture
vuex
reactive-programming
unidirectional-data-flow
-
Updated
Mar 28, 2019 - Swift
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
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
Aug 21, 2021 - 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
*BA DUM TSSS*
kotlin
firebase
mvvm
clean-architecture
jetpack
sqldelight
unidirectional-data-flow
lottie
javapoet
truth
leakcanary
dad-jokes
kotlin-multiplatform
apollo-graphql
androidx
kotlin-gradle-dsl
-
Updated
Aug 3, 2021 - Kotlin
Unidirectional reactive state container for Android & Kotlin
android
kotlin
kotlin-android
android-architecture
unidirectional-data-flow
mvi-architecture
mvi-android
-
Updated
Aug 22, 2021 - Kotlin
-
Updated
Jun 13, 2020 - Swift
ReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
-
Updated
Aug 26, 2021 - Swift
Unidirectional reactive architecture
-
Updated
Apr 24, 2020 - Swift
Awesome list for The Composable Architecture
awesome
uikit
architecture
awesome-list
modularity
unidirectional-data-flow
swiftui
unidirectional-dataflow
composable-architecture
the-composable-architecture
-
Updated
Jul 23, 2021
Redux implementation in Swift using RxSwift
-
Updated
Jul 12, 2021 - Swift
Unidirectional Data Flow in Swift via FRP - Inspired by Elm
-
Updated
Aug 6, 2019 - Swift
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
Jun 11, 2021 - Dart
Simple movies app for architectural experiments.
-
Updated
Jun 28, 2020 - Swift
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
Companion for the Swift Composable Architecture. A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
android
kotlin
architecture
composition
modularity
unidirectional-data-flow
testability
android-compose
-
Updated
Jul 28, 2021 - Kotlin
Starter kit for Core architecture.
-
Updated
Jun 2, 2020 - Swift
iOS architectural pattern and framework
-
Updated
Aug 12, 2021 - 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.