Skip to content

Commit 1b7655a

Browse files
authored
Added ApiResult and FlowMVI
1 parent b3c0ef7 commit 1b7655a

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,19 @@
939939
![badge][badge-js-ir]
940940
![badge][badge-apple-silicon]
941941

942+
* [ApiResult](https://github.com/respawn-app/ApiResult) - A monad for declarative & functional error-handling with a rich DSL.
943+
944+
![badge][badge-android]
945+
![badge][badge-jvm]
946+
![badge][badge-js]
947+
![badge][badge-nodejs]
948+
![badge][badge-linux]
949+
![badge][badge-windows]
950+
![badge][badge-ios]
951+
![badge][badge-mac]
952+
![badge][badge-watchos]
953+
![badge][badge-tvos]
954+
942955
* [Résultat](https://github.com/nicolashaan/resultat) - A fork of Kotlin Result with a loading state.
943956
![badge][badge-jvm]
944957
![badge][badge-js]
@@ -1262,17 +1275,26 @@
12621275
* [Orbit MVI](https://github.com/orbit-mvi/orbit-mvi) - MVI framework for Kotlin Multiplatform.
12631276
![badge][badge-android]
12641277
![badge][badge-ios]
1265-
1266-
* [ReduxKotlin](https://github.com/reduxkotlin/redux-kotlin) - Redux implementation for Kotlin (supports multiplatform JVM, native, JS, WASM)
1267-
![badge][badge-android]
1268-
![badge][badge-ios]
12691278
![badge][badge-js]
12701279
![badge][badge-jvm]
12711280
![badge][badge-linux]
12721281
![badge][badge-windows]
12731282
![badge][badge-mac]
12741283
![badge][badge-wasm]
12751284

1285+
* [FlowMVI](https://github.com/respawn-app/FlowMVI) - Plugin-based Kotlin Multiplatform MVI framework.
1286+
1287+
![badge][badge-android]
1288+
![badge][badge-jvm]
1289+
![badge][badge-js]
1290+
![badge][badge-nodejs]
1291+
![badge][badge-linux]
1292+
![badge][badge-windows]
1293+
![badge][badge-ios]
1294+
![badge][badge-mac]
1295+
![badge][badge-watchos]
1296+
![badge][badge-tvos]
1297+
12761298
* [ReKamp](https://github.com/xorum-io/ReKamp) - Port of [ReKotlin](https://github.com/ReKotlin/ReKotlin) to Kotlin Multiplatform, which corresponds to [ReKotlin/1.0.4](https://github.com/ReKotlin/ReKotlin/releases/tag/1.0.4).
12771299
![badge][badge-android]
12781300
![badge][badge-ios]

0 commit comments

Comments
 (0)