Skip to content

Commit a42ca29

Browse files
author
Patrick Jackson
committed
fix typo
1 parent 2cc56e4 commit a42ca29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![CI](https://github.com/reduxkotlin/redux-kotlin/workflows/CI/badge.svg)
44

55
![badge][badge-android]
6+
![badge][badge-ios]
67
![badge][badge-native]
78
![badge][badge-js]
89
![badge][badge-jvm]
@@ -27,7 +28,7 @@ Provide a standard redux implementation for Kotlin. In doing so will foster a e
2728

2829
Redux in Kotlin, and in mobile in particular, may differ a bit from javascript. Many have found the basic pattern useful on Android & iOS leading to tens of opensource redux libraries in Kotlin, Java, and Swift, yet an ecosystem has yet to emerge. A port of javascript redux is a good starting point for creating a standard and will aid in cross-pollination of middleware, store enhancers, & dev tools from the javascript world.
2930

30-
Redux has proven helpful for state managment in mobile. A multiplatform Kotlin implementation & ecosystem will increase developer productivity and code reuse across platforms.
31+
Redux has proven helpful for state management in mobile. A multiplatform Kotlin implementation & ecosystem will increase developer productivity and code reuse across platforms.
3132

3233
[Droidcon NYC Slides](https://www.slideshare.net/PatrickJackson14/reduxkotlinorg-droidcon-nyc-2019)
3334
Video TBA

0 commit comments

Comments
 (0)