Introducing 'LinkNavigator' - TCA friendly Navigation Library #1605
Jager-yoo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! 👋🏻 We are iOS dev team at Flitto Inc.
Flitto is a language translation platform that launched its app in 2012.
We're working on a project to re-build our app using
SwiftUI + TCA
.According to Road to 1.0 that @stephencelis posted, you can see that the last puzzle piece for
TCA 1.0
isNavigation
.We have developed our own navigation library so-called "LinkNavigator" which is good for use with TCA (or any other MVI architectures).
We'd like to share this library with TCA community and know your thoughts.
LinkNavigator is empowered with UIKit's versatile navigating functionality, available in SwiftUI.
Some key features are as follows.
iOS 14.0
minimum.If you're interested, check out our README and TCA-Example demo.
(the TCA example is based on 0.44.1, btw)
Thanks. 😃
Beta Was this translation helpful? Give feedback.
All reactions